| 1201 | } |
| 1202 | |
| 1203 | TfLiteRegistration* Register_HARD_SWISH() { |
| 1204 | static TfLiteRegistration r = { |
| 1205 | activations::HardSwishInit, activations::HardSwishFree, |
| 1206 | activations::HardSwishPrepare, |
| 1207 | activations::HardSwishEval<activations::kGenericOptimized>}; |
| 1208 | return &r; |
| 1209 | } |
| 1210 | |
| 1211 | TfLiteRegistration* Register_HARD_SWISH_REF() { |
| 1212 | static TfLiteRegistration r = { |