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

Function AsHostEvent

tensorflow/stream_executor/host/host_gpu_executor.cc:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211static HostEvent *AsHostEvent(Event *event) {
212 DCHECK(event != nullptr);
213 return static_cast<HostEvent *>(event->implementation());
214}
215
216port::Status HostExecutor::AllocateEvent(Event * /*event*/) {
217 return port::Status::OK();

Callers 3

RecordEventMethod · 0.85
WaitForEventMethod · 0.85
PollForEventStatusMethod · 0.85

Calls 1

implementationMethod · 0.45

Tested by

no test coverage detected