Home
last modified time | relevance | path

Searched refs:AsGpuTimer (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc69 static GpuTimer* AsGpuTimer(Timer* timer) { in AsGpuTimer() function
620 return AsGpuTimer(timer)->Init(); in AllocateTimer()
624 AsGpuTimer(timer)->Destroy(); in DeallocateTimer()
643 return AsGpuTimer(timer)->Start(AsGpuStream(stream)); in StartTimer()
647 return AsGpuTimer(timer)->Stop(AsGpuStream(stream)); in StopTimer()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc93 static GpuTimer* AsGpuTimer(Timer* timer) { in AsGpuTimer() function
712 return AsGpuTimer(timer)->Init(); in AllocateTimer()
716 AsGpuTimer(timer)->Destroy(); in DeallocateTimer()
735 return AsGpuTimer(timer)->Start(AsGpuStream(stream)); in StartTimer()
739 return AsGpuTimer(timer)->Stop(AsGpuStream(stream)); in StopTimer()