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

Method SetName

tensorflow/lite/delegates/gpu/cl/cl_event.cc:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void CLEvent::SetName(const std::string& name) { name_ = name; }
67
68void CLEvent::Wait() const { clWaitForEvents(1, &event_); }
69

Callers 1

DispatchImplicitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected