Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtracked_device_buffer.cc41 bool BufferSequencingEvent::EventHasBeenRecorded() const { in EventHasBeenRecorded() function in xla::BufferSequencingEvent
47 CHECK(EventHasBeenRecorded()); in sequence_number()
57 absl::Condition(this, &BufferSequencingEvent::EventHasBeenRecorded)); in WaitForEventOnStream()
77 absl::Condition(this, &BufferSequencingEvent::EventHasBeenRecorded)); in DefinedOn()
91 absl::Condition(this, &BufferSequencingEvent::EventHasBeenRecorded)); in IsComplete()
Dtracked_device_buffer.h100 bool EventHasBeenRecorded() const TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);