Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Devent_pool.cc54 void EventPool::ThenRecordEvent(se::Stream* stream, EventPool::Handle& handle) { in ThenRecordEvent() function in xla::EventPool
56 stream->ThenRecordEvent(handle.event_.get()); in ThenRecordEvent()
64 ThenRecordEvent(stream, handle); in ThenAllocateAndRecordEvent()
Devent_pool.h84 void ThenRecordEvent(se::Stream* stream, EventPool::Handle& handle);
Dpjrt_stream_executor_client.cc1346 local_device->event_pool().ThenRecordEvent(stream, event_or.ValueOrDie()); in ToLiteral()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.cc180 stream->ThenRecordEvent(e); in QueueInUse()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc179 stream->ThenRecordEvent(e); in QueueInUse()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_reshard_variables_op.cc241 stream->ThenRecordEvent(definition_event.get()); in DoTpuExecute()
Dtpu_execute_op.cc757 stream->ThenRecordEvent(definition_event.get()); in DoWork()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc177 host_to_device_stream_->ThenRecordEvent(event.get()); in CopyCPUTensorToDevice()
Dxla_tpu_device.cc274 dst_device_to_device_stream->ThenRecordEvent(definition_event.get()); in TpuDeviceToDeviceCopy()
Dxla_launch_util.cc494 stream->ThenRecordEvent(definition_event.get()); in PopulateOutputs()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc300 async_comms_stream.ThenRecordEvent(&done_event); in RunNcclCollective()
Djitrt_custom_calls.cc1705 async_collectives->async_comm_stream()->ThenRecordEvent(&done_event); in operator ()()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc417 stream.ThenRecordEvent(&event); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream.h245 Stream &ThenRecordEvent(Event *event);
Dstream.cc315 Stream &Stream::ThenRecordEvent(Event *event) { in ThenRecordEvent() function in stream_executor::Stream