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

Function Register_TANH_GENERIC_OPT

tensorflow/lite/kernels/activations.cc:1112–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1110}
1111
1112TfLiteRegistration* Register_TANH_GENERIC_OPT() {
1113 static TfLiteRegistration r = {
1114 activations::Init, activations::Free,
1115 activations::TanhPrepare<activations::kGenericOptimized>,
1116 activations::TanhEval<activations::kGenericOptimized>};
1117 return &r;
1118}
1119
1120TfLiteRegistration* Register_TANH_FIXED_POINT_OPT() {
1121 static TfLiteRegistration r = {

Callers 2

Register_TANHFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected