MCPcopy Create free account
hub / github.com/alibaba/MNN / _Less

Function _Less

express/MathOp.cpp:682–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680*/
681
682VARP _Less(VARP x, VARP y) {
683 return _Binary(x, y, BinaryOpOperation_LESS);
684}
685
686/*Returns the value of (x // y) element-wise.
687Args:

Callers 15

conformer_fbankFunction · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onExecuteMethod · 0.85
onGradMethod · 0.85
onGradMethod · 0.85

Calls 1

_BinaryFunction · 0.85

Tested by

no test coverage detected