| 1088 | } |
| 1089 | |
| 1090 | TfLiteRegistration* Register_RELU_N1_TO_1() { |
| 1091 | static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr, |
| 1092 | activations::GenericPrepare, |
| 1093 | activations::Relu1Eval}; |
| 1094 | return &r; |
| 1095 | } |
| 1096 | |
| 1097 | TfLiteRegistration* Register_RELU6() { |
| 1098 | static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr, |
no outgoing calls
no test coverage detected