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

Method AllocateTimer

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:814–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814bool GpuExecutor::AllocateTimer(Timer* timer) {
815 return AsGpuTimer(timer)->Init();
816}
817
818void GpuExecutor::DeallocateTimer(Timer* timer) {
819 AsGpuTimer(timer)->Destroy();

Callers

nothing calls this directly

Calls 2

AsGpuTimerFunction · 0.70
InitMethod · 0.45

Tested by

no test coverage detected