Searched refs:instructions_by_name_ (Results 1 – 1 of 1) sorted by relevance
1425 auto previous = instructions_by_name_.find(instruction->name()); in Preprocess()1426 TF_RET_CHECK(previous == instructions_by_name_.end()) in Preprocess()1433 instructions_by_name_[instruction->name()] = instruction; in Preprocess()1460 absl::flat_hash_map<string, const HloInstruction*> instructions_by_name_; member in xla::__anond588ae4e0811::InstructionVerifier