| 368 | }; |
| 369 | |
| 370 | inline Delegate* GetGpuDelegate(TfLiteNode* node) { |
| 371 | return reinterpret_cast<Delegate*>(node->user_data); |
| 372 | } |
| 373 | |
| 374 | inline Delegate* GetGpuDelegate(TfLiteDelegate* delegate) { |
| 375 | return reinterpret_cast<Delegate*>(delegate->data_); |
no outgoing calls
no test coverage detected