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

Method Timer

tensorflow/stream_executor/timer.cc:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace stream_executor {
25
26Timer::Timer(StreamExecutor *parent)
27 : parent_(parent),
28 implementation_(parent_->implementation()->GetTimerImplementation()) {}
29
30Timer::~Timer() { parent_->DeallocateTimer(this); }
31

Callers

nothing calls this directly

Calls 2

implementationMethod · 0.45

Tested by

no test coverage detected