Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.cc247 absl::flat_hash_set<string> instruction_names; in CheckUniqueNamesAndIdsForComputationsAndInstructions() local
260 TF_RET_CHECK(!ContainsKey(instruction_names, instruction->name())) in CheckUniqueNamesAndIdsForComputationsAndInstructions()
262 instruction_names.insert(instruction->name()); in CheckUniqueNamesAndIdsForComputationsAndInstructions()