| 175 | } |
| 176 | |
| 177 | Status Invoke(TfLiteContext* context) { |
| 178 | RETURN_IF_ERROR(SetInputsAndOutputs(context)); |
| 179 | return runner_->Run(); |
| 180 | } |
| 181 | |
| 182 | void BindGlBufferToTensor(GLuint buffer_id, int tensor_index, |
| 183 | DataType data_type, DataLayout data_layout) { |
no test coverage detected