Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule.cc136 absl::flat_hash_map<const HloInstruction*, int> unscheduled_operand_count; in UpdateComputationSchedule() local
151 unscheduled_operand_count[instruction] = instruction->operand_count(); in UpdateComputationSchedule()
174 unscheduled_operand_count.at(new_user)--; in UpdateComputationSchedule()
175 CHECK_GE(unscheduled_operand_count.at(new_user), 0); in UpdateComputationSchedule()
176 if (unscheduled_operand_count.at(new_user) == 0) { in UpdateComputationSchedule()