Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
357
TfLiteRegistration* 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
BuiltinOpResolver
Method · 0.85
BuildAddSubgraph
Method · 0.85
BuildAccumulateLoopBodySubgraph
Method · 0.85
BuildPadLoopBodySubgraph
Method · 0.85
Calls
2
Register_ADD_NEON_OPT
Function · 0.85
Register_ADD_GENERIC_OPT
Function · 0.85
Tested by
3
BuildAddSubgraph
Method · 0.68
BuildAccumulateLoopBodySubgraph
Method · 0.68
BuildPadLoopBodySubgraph
Method · 0.68