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

Function Register_LOGISTIC_REF

tensorflow/lite/kernels/activations.cc:1135–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1133}
1134
1135TfLiteRegistration* Register_LOGISTIC_REF() {
1136 static TfLiteRegistration r = {
1137 activations::Init, activations::Free,
1138 activations::SigmoidPrepare<activations::kReference>,
1139 activations::SigmoidEval<activations::kReference>};
1140 return &r;
1141}
1142
1143TfLiteRegistration* Register_LOGISTIC_GENERIC_OPT() {
1144 static TfLiteRegistration r = {

Callers 2

BuiltinRefOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected