MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Invoke

Method Invoke

tensorflow/lite/delegates/gpu/cl/gpu_api_delegate.cc:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers 2

DelegatePrepareFunction · 0.45

Implementers 1

GpuDelegatetensorflow/lite/delegates/gpu/java/src

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected