Return the subgraph specific context.
| 231 | |
| 232 | // Return the subgraph specific context. |
| 233 | TfLiteContext* context() { return &context_; } |
| 234 | |
| 235 | // Set the value of an external context. |
| 236 | void SetExternalContext(TfLiteExternalContextType type, |
no outgoing calls
no test coverage detected