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

Function mid_slice_add

benchmarks/python/single_ops.py:34–35  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

32 mx.eval(b)
33
34 def mid_slice_add(a, b):
35 return mx.add(a, b)
36
37 time_fn(mid_slice_add, a, b)
38

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected