MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Register_ADD

Function Register_ADD

tensorflow/lite/kernels/add.cc:357–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357TfLiteRegistration* Register_ADD() {
358#ifdef USE_NEON
359 return Register_ADD_NEON_OPT();
360#else
361 return Register_ADD_GENERIC_OPT();
362#endif
363}
364
365} // namespace builtin
366} // namespace ops

Callers 4

BuiltinOpResolverMethod · 0.85
BuildAddSubgraphMethod · 0.85

Calls 2

Register_ADD_NEON_OPTFunction · 0.85
Register_ADD_GENERIC_OPTFunction · 0.85

Tested by 3

BuildAddSubgraphMethod · 0.68