Home
last modified time | relevance | path

Searched refs:GetElapsedMilliseconds (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_timer.h61 float GetElapsedMilliseconds() const;
66 return GetElapsedMilliseconds() * 1e3; in Microseconds()
70 uint64 Nanoseconds() const override { return GetElapsedMilliseconds() * 1e6; } in Nanoseconds()
Dgpu_timer.cc64 float GpuTimer::GetElapsedMilliseconds() const { in GetElapsedMilliseconds() function in stream_executor::gpu::GpuTimer
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc2933 timer->GetElapsedMilliseconds()); in DoConvolve()
4091 timer->GetElapsedMilliseconds()); in DoFusedConvolutionBiasActivationImpl()
4186 timer->GetElapsedMilliseconds()); in DoFusedBatchNormActivationInferenceImpl()
4298 timer->GetElapsedMilliseconds()); in DoFusedBatchNormActivationForwardImpl()
4416 timer->GetElapsedMilliseconds()); in DoFusedBatchNormActivationBackwardImpl()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc1652 timer->GetElapsedMilliseconds()); in DoRnnForwardImpl()
1809 timer->GetElapsedMilliseconds()); in DoRnnBackwardImpl()
2914 timer->GetElapsedMilliseconds()); in DoConvolve()
3031 timer->GetElapsedMilliseconds()); in DoFusedConvolveImpl()
Dcuda_blas.cc1825 timer->GetElapsedMilliseconds()); in DoBlasGemvWithProfilingImpl()
1857 timer->GetElapsedMilliseconds()); in DoBlasGemmWithProfilingImpl()
1976 timer->GetElapsedMilliseconds()); in DoBlasGemmWithAlgorithmImpl()