Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc232 stream->ThenRecordEvent(e); in QueueInUse()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc167 host_to_device_stream_->ThenRecordEvent(event.get()); in CopyCPUTensorToDevice()
Dxla_launch_util.cc295 stream->ThenRecordEvent(definition_event.get()); in PopulateOutputs()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc150 stream->ThenRecordEvent(finish_event.get()); in ExecuteThunks()
/external/tensorflow/tensorflow/stream_executor/
Dstream.h225 Stream &ThenRecordEvent(Event *event);
Dstream.cc326 Stream &Stream::ThenRecordEvent(Event *event) { in ThenRecordEvent() function in stream_executor::Stream