| 619 | } |
| 620 | |
| 621 | TfLiteStatus ArmnnSubgraph::Prepare(TfLiteOpaqueContext* tfLiteContext) |
| 622 | { |
| 623 | armnn::IgnoreUnused(tfLiteContext); |
| 624 | return kTfLiteOk; |
| 625 | } |
| 626 | |
| 627 | TfLiteStatus ArmnnSubgraph::Invoke(TfLiteOpaqueContext* tfLiteContext, TfLiteOpaqueNode* tfLiteNode) |
| 628 | { |
no test coverage detected