mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-02 22:04:45 +08:00
safely divide for 0 size inputs (#388)
This commit is contained in:
@@ -2314,4 +2314,4 @@ TEST_CASE("tensordot") {
|
||||
65370.},
|
||||
{3, 6});
|
||||
CHECK(array_equal(z, expected).item<bool>());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user