Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc442 StatusOr<EventPool::Handle> event_or = in AllocateDestinationBuffer() local
445 if (!event_or.ok()) { in AllocateDestinationBuffer()
447 return event_or.status(); in AllocateDestinationBuffer()
449 definition_events.back()->SetSequencingEvent(event_or.ConsumeValueOrDie(), in AllocateDestinationBuffer()
484 StatusOr<EventPool::Handle> event_or = in AddDestinationBufferSynchronization() local
486 if (!event_or.ok()) { in AddDestinationBufferSynchronization()
488 return event_or.status(); in AddDestinationBufferSynchronization()
490 definition_event->SetSequencingEvent(event_or.ConsumeValueOrDie(), in AddDestinationBufferSynchronization()
1237 StatusOr<EventPool::Handle> event_or = in ToLiteral() local
1239 if (!event_or.ok()) { in ToLiteral()
[all …]