Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.cc248 absl::flat_hash_set<int> instruction_ids; in CheckUniqueNamesAndIdsForComputationsAndInstructions() local
264 TF_RET_CHECK(!ContainsKey(instruction_ids, instruction->unique_id())) in CheckUniqueNamesAndIdsForComputationsAndInstructions()
266 instruction_ids.insert(instruction->unique_id()); in CheckUniqueNamesAndIdsForComputationsAndInstructions()
Dhlo_schedule.cc56 for (const int64 instruction_id : id_sequence.second.instruction_ids()) { in CreateFromProto()
Dhlo.proto240 repeated int64 instruction_ids = 1; field