| 1126 | } |
| 1127 | |
| 1128 | TfLiteRegistration* Register_TANH() { |
| 1129 | // TODO(b/134622898): Switch over from the LUT optimized method to the fixed |
| 1130 | // point optimized method when typical Android hardware performs better on |
| 1131 | // the latter one. |
| 1132 | return Register_TANH_GENERIC_OPT(); |
| 1133 | } |
| 1134 | |
| 1135 | TfLiteRegistration* Register_LOGISTIC_REF() { |
| 1136 | static TfLiteRegistration r = { |
no test coverage detected