Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Register_MUL
Function
Register_MUL
tensorflow/lite/kernels/mul.cc:302–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
TfLiteRegistration* Register_MUL() {
303
#ifdef USE_NEON
304
return Register_MUL_NEON_OPT();
305
#else
306
return Register_MUL_GENERIC_OPT();
307
#endif
308
}
309
310
} // namespace builtin
311
} // namespace ops
Callers
2
BuiltinOpResolver
Method · 0.85
BuildMulSubgraph
Method · 0.85
Calls
2
Register_MUL_NEON_OPT
Function · 0.85
Register_MUL_GENERIC_OPT
Function · 0.85
Tested by
1
BuildMulSubgraph
Method · 0.68