Home
last modified time | relevance | path

Searched defs:after_all (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtracked_tfrt_cpu_device_buffer.cc41 tfrt::AsyncValueRef<CpuEvent> after_all; in AfterAll() member
47 auto after_all = tfrt::MakeConstructedAsyncValueRef<CpuEvent>(); in AfterAll() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2921 Status IrEmitter::HandleAfterAll(HloInstruction* after_all) { in HandleAfterAll()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc2994 Status HloEvaluator::HandleAfterAll(HloInstruction* after_all) { in HandleAfterAll()