Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule.cc122 absl::flat_hash_set<int> ids_in_schedule; in UpdateComputationSchedule() local
124 InsertOrDie(&ids_in_schedule, id); in UpdateComputationSchedule()
143 if (!ids_in_schedule.contains(instruction->unique_id())) { in UpdateComputationSchedule()