Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.cc113 for (auto* async_instr : async_instructions_) { in ~HloComputation() local
114 CHECK(async_instr->async_wrapped_computation() == this); in ~HloComputation()
115 async_instr->ClearCalledComputations(); in ~HloComputation()