| 1141 | } |
| 1142 | |
| 1143 | TfLiteRegistration* 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 | |
| 1151 | TfLiteRegistration* Register_LOGISTIC_FIXED_POINT_OPT() { |
| 1152 | static TfLiteRegistration r = { |
no outgoing calls
no test coverage detected