mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-19 08:10:15 +08:00
Adds radians and degrees (#1011)
This commit is contained in:
@@ -49,8 +49,9 @@ class TestVmap(mlx_tests.MLXTestCase):
|
||||
"sin",
|
||||
"sqrt",
|
||||
"square",
|
||||
"degrees",
|
||||
"radians",
|
||||
]
|
||||
ops = ["erfinv"]
|
||||
for opname in ops:
|
||||
with self.subTest(op=opname):
|
||||
op = getattr(mx, opname)
|
||||
|
Reference in New Issue
Block a user