| 1081 | } |
| 1082 | |
| 1083 | TfLiteRegistration* Register_RELU() { |
| 1084 | static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr, |
| 1085 | activations::GenericPrepare, |
| 1086 | activations::ReluEval}; |
| 1087 | return &r; |
| 1088 | } |
| 1089 | |
| 1090 | TfLiteRegistration* Register_RELU_N1_TO_1() { |
| 1091 | static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr, |
no outgoing calls
no test coverage detected