Searched refs:schedule_before_ (Results 1 – 2 of 2) sorted by relevance
890 absl::flat_hash_map<int64, std::vector<HloInstruction*>> schedule_before_; variable
3172 schedule_before_[copy_allocation->copy_done_schedule_before()].push_back( in ScheduleAsynchronousCopies()3202 auto insts_before_iter = schedule_before_.find(instruction_index); in FixSchedule()3203 if (insts_before_iter != schedule_before_.end()) { in FixSchedule()