| 215 | } |
| 216 | |
| 217 | TfLiteStatus Subgraph::ReplaceNodeSubsetsWithDelegateKernels( |
| 218 | TfLiteContext* context, TfLiteRegistration registration, |
| 219 | const TfLiteIntArray* nodes_to_replace, TfLiteDelegate* delegate) { |
| 220 | return static_cast<Subgraph*>(context->impl_) |
| 221 | ->ReplaceNodeSubsetsWithDelegateKernels(registration, nodes_to_replace, |
| 222 | delegate); |
| 223 | } |
| 224 | |
| 225 | namespace { |
| 226 |