| 1095 | } |
| 1096 | |
| 1097 | TfLiteRegistration* Register_RELU6() { |
| 1098 | static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr, |
| 1099 | activations::GenericPrepare, |
| 1100 | activations::Relu6Eval}; |
| 1101 | return &r; |
| 1102 | } |
| 1103 | |
| 1104 | TfLiteRegistration* Register_TANH_REF() { |
| 1105 | static TfLiteRegistration r = { |
no outgoing calls
no test coverage detected