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

Method StopTimer

tensorflow/stream_executor/host/host_gpu_executor.cc:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253bool HostExecutor::StopTimer(Stream *stream, Timer *timer) {
254 dynamic_cast<HostTimer *>(timer->implementation())->Stop(stream);
255 return true;
256}
257
258port::Status HostExecutor::BlockHostUntilDone(Stream *stream) {
259 AsHostStream(stream)->BlockUntilDone();

Callers

nothing calls this directly

Calls 2

StopMethod · 0.45
implementationMethod · 0.45

Tested by

no test coverage detected