HomeSort by relevance Sort by last modified time
    Searched refs:ThenRecordEvent (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/compiler/jit/
xla_device_context.cc 167 host_to_device_stream_->ThenRecordEvent(event.get());
xla_launch_util.cc 295 stream->ThenRecordEvent(definition_event.get());
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_event_mgr.cc 232 stream->ThenRecordEvent(e);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc 150 stream->ThenRecordEvent(finish_event.get());
  /external/tensorflow/tensorflow/stream_executor/
stream.h 215 // Note that ThenRecordEvent must have been called on the event before
225 Stream &ThenRecordEvent(Event *event);
    [all...]
stream.cc 326 Stream &Stream::ThenRecordEvent(Event *event) {
    [all...]

Completed in 363 milliseconds