| 1157 | } |
| 1158 | |
| 1159 | TfLiteRegistration* 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 | |
| 1166 | TfLiteRegistration* Register_SOFTMAX() { |
| 1167 | static TfLiteRegistration r = { |
no test coverage detected