MCPcopy 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
302TfLiteRegistration* 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

BuiltinOpResolverMethod · 0.85
BuildMulSubgraphMethod · 0.85

Calls 2

Register_MUL_NEON_OPTFunction · 0.85
Register_MUL_GENERIC_OPTFunction · 0.85

Tested by 1

BuildMulSubgraphMethod · 0.68