MCPcopy Create free account
hub / github.com/ml-explore/mlx / negative

Function negative

benchmarks/python/single_ops.py:72–73  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

70 mx.eval(a)
71
72 def negative(a):
73 return -a
74
75 mx.eval(a)
76

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected