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

Function Register_LOGISTIC_GENERIC_OPT

tensorflow/lite/kernels/activations.cc:1143–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141}
1142
1143TfLiteRegistration* Register_LOGISTIC_GENERIC_OPT() {
1144 static TfLiteRegistration r = {
1145 activations::Init, activations::Free,
1146 activations::SigmoidPrepare<activations::kGenericOptimized>,
1147 activations::SigmoidEval<activations::kGenericOptimized>};
1148 return &r;
1149}
1150
1151TfLiteRegistration* Register_LOGISTIC_FIXED_POINT_OPT() {
1152 static TfLiteRegistration r = {

Callers 2

Register_LOGISTICFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected