| 251 | }; |
| 252 | |
| 253 | inline Delegate* GetDelegate(TfLiteNode* node) { |
| 254 | return reinterpret_cast<Delegate*>(node->user_data); |
| 255 | } |
| 256 | |
| 257 | inline Delegate* GetDelegate(TfLiteDelegate* delegate) { |
| 258 | return reinterpret_cast<Delegate*>(delegate->data_); |
no outgoing calls
no test coverage detected