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

Function Register_LOGISTIC

tensorflow/lite/kernels/activations.cc:1159–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157}
1158
1159TfLiteRegistration* Register_LOGISTIC() {
1160 // TODO(b/134622898): Switch over from the LUT optimized method to the fixed
1161 // point optimized method when typical Android hardware performs better on
1162 // the latter one.
1163 return Register_LOGISTIC_GENERIC_OPT();
1164}
1165
1166TfLiteRegistration* Register_SOFTMAX() {
1167 static TfLiteRegistration r = {

Callers 1

BuiltinOpResolverMethod · 0.85

Calls 1

Tested by

no test coverage detected