| 155 | } // namespace embedding_lookup |
| 156 | |
| 157 | TfLiteRegistration* Register_EMBEDDING_LOOKUP() { |
| 158 | static TfLiteRegistration r = {nullptr, nullptr, embedding_lookup::Prepare, |
| 159 | embedding_lookup::Eval}; |
| 160 | return &r; |
| 161 | } |
| 162 | |
| 163 | } // namespace builtin |
| 164 | } // namespace ops |
no outgoing calls
no test coverage detected