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

Function Register_TANH_FIXED_POINT_OPT

tensorflow/lite/kernels/activations.cc:1120–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1118}
1119
1120TfLiteRegistration* Register_TANH_FIXED_POINT_OPT() {
1121 static TfLiteRegistration r = {
1122 activations::Init, activations::Free,
1123 activations::TanhPrepare<activations::kFixedPointOptimized>,
1124 activations::TanhEval<activations::kFixedPointOptimized>};
1125 return &r;
1126}
1127
1128TfLiteRegistration* Register_TANH() {
1129 // TODO(b/134622898): Switch over from the LUT optimized method to the fixed

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected