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

Method implementation

tensorflow/stream_executor/timer.h:57–57  ·  view source on GitHub ↗

Returns the (opaque) backing platform ITimer instance. Ownership is not transferred to the caller.

Source from the content-addressed store, hash-verified

55 // Returns the (opaque) backing platform ITimer instance. Ownership is
56 // not transferred to the caller.
57 internal::TimerInterface *implementation() { return implementation_.get(); }
58
59 private:
60 // The StreamExecutor that manages the platform-specific internals for this

Callers 15

StreamMethod · 0.45
KernelBaseMethod · 0.45
TimerMethod · 0.45
EventMethod · 0.45
AsGpuStreamFunction · 0.45
AsGpuKernelFunction · 0.45
AsHostStreamFunction · 0.45
AsHostEventFunction · 0.45
StartTimerMethod · 0.45
StopTimerMethod · 0.45
AsGpuEventFunction · 0.45
AsGpuTimerFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected