| 2215 | } |
| 2216 | |
| 2217 | Status IsSupported(const TfLiteContext* context, TfLiteNode* node, |
| 2218 | const TfLiteRegistration* registration) { |
| 2219 | return NewOperationParser(registration) |
| 2220 | ->IsSupported(context, node, registration); |
| 2221 | } |
| 2222 | |
| 2223 | bool IsAllFloatTensors(const TfLiteContext* context, |
| 2224 | const TfLiteIntArray* array) { |
no test coverage detected