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

Function af_lt

src/api/c/binary.cpp:611–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611af_err af_lt(af_array *out, const af_array lhs, const af_array rhs,
612 const bool batchMode) {
613 return af_logic<af_lt_t>(out, lhs, rhs, batchMode);
614}
615
616af_err af_le(af_array *out, const af_array lhs, const af_array rhs,
617 const bool batchMode) {

Callers 1

homographyTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected