yashaach
Results
1
issues of
yashaach
This is the simplest example that I can construct that still produce this error. ```cpp xt::pytensor dot_test(xt::pytensor & ar0, xt::pytensor & ar1, xt::pytensor & idx) { auto shape0 = ar0.shape();...