Home
last modified time | relevance | path

Searched refs:event_pool (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
DBUILD32 name = "event_pool",
33 srcs = ["event_pool.cc"],
34 hdrs = ["event_pool.h"],
79 ":event_pool",
116 ":event_pool",
179 ":event_pool",
Dlocal_device_state.h104 EventPool& event_pool() { return event_pool_; } in event_pool() function
Dpjrt_stream_executor_client.cc403 local_device->event_pool().ThenAllocateAndRecordEvent( in AllocateDestinationBuffer()
443 local_device->event_pool().ThenAllocateAndRecordEvent( in AllocateDestinationBuffer()
485 local_device->event_pool().ThenAllocateAndRecordEvent(copy_stream); in AddDestinationBufferSynchronization()
1238 local_device->event_pool().AllocateEvent(stream->parent()); in ToLiteral()
1251 local_device->event_pool().ThenRecordEvent(stream, event_or.ValueOrDie()); in ToLiteral()
1537 local_device->event_pool().ThenAllocateAndRecordEvent(stream); in MakeTupleHelper()
1904 device_state->event_pool().ThenAllocateAndRecordEvent(stream); in ExecuteHelper()