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

Function Register_TANH

tensorflow/lite/kernels/activations.cc:1128–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126}
1127
1128TfLiteRegistration* Register_TANH() {
1129 // TODO(b/134622898): Switch over from the LUT optimized method to the fixed
1130 // point optimized method when typical Android hardware performs better on
1131 // the latter one.
1132 return Register_TANH_GENERIC_OPT();
1133}
1134
1135TfLiteRegistration* Register_LOGISTIC_REF() {
1136 static TfLiteRegistration r = {

Callers 1

BuiltinOpResolverMethod · 0.85

Calls 1

Tested by

no test coverage detected