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

Function Register_TANH_REF

tensorflow/lite/kernels/activations.cc:1104–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102}
1103
1104TfLiteRegistration* Register_TANH_REF() {
1105 static TfLiteRegistration r = {
1106 activations::Init, activations::Free,
1107 activations::TanhPrepare<activations::kReference>,
1108 activations::TanhEval<activations::kReference>};
1109 return &r;
1110}
1111
1112TfLiteRegistration* Register_TANH_GENERIC_OPT() {
1113 static TfLiteRegistration r = {

Callers 2

BuiltinRefOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected