| 240 | } // namespace rnn |
| 241 | |
| 242 | TfLiteRegistration* Register_RNN() { |
| 243 | static TfLiteRegistration r = {rnn::Init, rnn::Free, rnn::Prepare, rnn::Eval}; |
| 244 | return &r; |
| 245 | } |
| 246 | |
| 247 | } // namespace builtin |
| 248 | } // namespace ops |
no outgoing calls
no test coverage detected