Home
last modified time | relevance | path

Searched refs:ThenStopTimer (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.cc46 stream->ThenStopTimer(timers->top().get()); in GetCyclesTaken()
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc100 stream->ThenStopTimer(timer.get()); in ExecuteOnStreamWrapper()
Dservice.cc463 streams.back()->ThenStopTimer(timers.back().get()); in ExecuteParallelAndRegisterResult()
/external/tensorflow/tensorflow/core/kernels/
Dbias_op.cc573 stream->ThenStopTimer(&timer); in Compute()
586 stream->ThenStopTimer(&timer); in Compute()
/external/tensorflow/tensorflow/stream_executor/
Dstream.h182 Stream &ThenStopTimer(Timer *t);
Dstream.cc1832 Stream &Stream::ThenStopTimer(Timer *t) { in ThenStopTimer() function in stream_executor::Stream