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