Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.h591 bool IsAsyncComputation() const { return !async_instructions_.empty(); } in IsAsyncComputation()
596 return async_instructions_; in AsyncInstructions()
600 return async_instructions_; in AsyncInstructions()
610 async_instructions_.push_back(async_instruction); in AddAsyncInstruction()
617 async_instructions_.erase( in RemoveAsyncInstruction()
618 std::remove(async_instructions_.begin(), async_instructions_.end(), in RemoveAsyncInstruction()
620 async_instructions_.end()); in RemoveAsyncInstruction()
735 std::vector<HloInstruction*> async_instructions_; variable
H A Dhlo_computation.cc113 for (auto* async_instr : async_instructions_) { in ~HloComputation()
117 async_instructions_.clear(); in ~HloComputation()