MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_eq

Function af_eq

src/api/c/binary.cpp:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591af_err af_eq(af_array *out, const af_array lhs, const af_array rhs,
592 const bool batchMode) {
593 return af_logic<af_eq_t>(out, lhs, rhs, batchMode);
594}
595
596af_err af_neq(af_array *out, const af_array lhs, const af_array rhs,
597 const bool batchMode) {

Callers 1

af_notFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected