Searched refs:async_instructions_ (Results 1 – 2 of 2) sorted by relevance
591 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
113 for (auto* async_instr : async_instructions_) { in ~HloComputation()117 async_instructions_.clear(); in ~HloComputation()