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

Method StartTimer

tensorflow/compiler/xla/service/interpreter/executor.cc:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102bool XlaInterpreterExecutor::StartTimer(Stream *stream, Timer *timer) {
103 dynamic_cast<host::HostTimer *>(timer->implementation())->Start(stream);
104 return true;
105}
106
107bool XlaInterpreterExecutor::StopTimer(Stream *stream, Timer *timer) {
108 dynamic_cast<host::HostTimer *>(timer->implementation())->Stop(stream);

Callers

nothing calls this directly

Calls 2

StartMethod · 0.45
implementationMethod · 0.45

Tested by

no test coverage detected