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

Function sine

benchmarks/python/distributed_bench.py:42–45  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

40 mx.eval(x)
41
42 def sine(x):
43 for _ in range(20):
44 x = mx.sin(x)
45 return x
46
47 time_fn(sine, x)
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected