Closed marty1885 closed 4 years ago
Something about sum is wrong
a = ones({1, 2, 3}); sum(a, -3).shape() // (3, 2)
But we are expecting (2, 3)
Something about sum is wrong
But we are expecting (2, 3)