mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Add isfinite (#1318)
* isfinite * remove reduce test since fix is not complete
This commit is contained in:
@@ -399,6 +399,8 @@ array isnan(const array& a, StreamOrDevice s = {});
|
||||
|
||||
array isinf(const array& a, StreamOrDevice s = {});
|
||||
|
||||
array isfinite(const array& a, StreamOrDevice s = {});
|
||||
|
||||
array isposinf(const array& a, StreamOrDevice s = {});
|
||||
|
||||
array isneginf(const array& a, StreamOrDevice s = {});
|
||||
|
||||
Reference in New Issue
Block a user