| 588 | protected: |
| 589 | virtual const std::map<string, TfLiteRegistration*>& GetKernelMap() = 0; |
| 590 | TfLiteRegistration* GetRegistration() { |
| 591 | return GetKernelMap().at(GetParam()); |
| 592 | } |
| 593 | }; |
| 594 | |
| 595 | // Returns the corresponding TensorType given the type T. |