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

Function operator||

mlx/ops.cpp:2827–2829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2825 std::move(inputs));
2826}
2827array operator||(const array& a, const array& b) {
2828 return logical_or(a, b);
2829}
2830
2831array reciprocal(const array& a, StreamOrDevice s /* = {} */) {
2832 auto dtype = at_least_float(a.dtype());

Callers

nothing calls this directly

Calls 1

logical_orFunction · 0.85

Tested by

no test coverage detected