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

Method Execute

tensorflow/lite/delegates/gpu/gl/runtime.cc:583–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583Status Runtime::Execute() {
584 for (const auto& descriptor : programs_) {
585 for (auto& b : descriptor.bindings) {
586 RETURN_IF_ERROR(b());
587 }
588 RETURN_IF_ERROR(command_queue_->Dispatch(descriptor.program,
589 descriptor.num_workgroups));
590 }
591 return OkStatus();
592}
593
594} // namespace gl
595} // namespace gpu

Callers 4

InvokeMethod · 0.45
InvokeMethod · 0.45
ExecuteFunction · 0.45

Calls 3

OkStatusFunction · 0.85
bFunction · 0.50
DispatchMethod · 0.45

Tested by 1

InvokeMethod · 0.36