Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.cc38 stream->InitTimer(timers->top().get()).ThenStartTimer(timers->top().get()); in InitAndStartTimer()
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc70 stream->InitTimer(timer.get()).ThenStartTimer(timer.get()); in ExecuteOnStreamWrapper()
Dservice.cc437 .ThenStartTimer(timers.back().get()); in ExecuteParallelAndRegisterResult()
/external/tensorflow/tensorflow/core/kernels/
Dbias_op.cc570 stream->ThenStartTimer(&timer); in Compute()
583 stream->ThenStartTimer(&timer); in Compute()
/external/tensorflow/tensorflow/stream_executor/
Dstream.h178 Stream &ThenStartTimer(Timer *t);
Dstream.cc1820 Stream &Stream::ThenStartTimer(Timer *t) { in ThenStartTimer() function in stream_executor::Stream