Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
682
VARP _Less(VARP x, VARP y) {
683
return _Binary(x, y, BinaryOpOperation_LESS);
684
}
685
686
/*Returns the value of (x // y) element-wise.
687
Args:
Callers
15
conformer_fbank
Function · 0.85
onExecute
Method · 0.85
onExecute
Method · 0.85
onExecute
Method · 0.85
onExecute
Method · 0.85
onExecute
Method · 0.85
onExecute
Method · 0.85
onExecute
Method · 0.85
onExecute
Method · 0.85
onExecute
Method · 0.85
onGrad
Method · 0.85
onGrad
Method · 0.85
Calls
1
_Binary
Function · 0.85
Tested by
no test coverage detected