Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc1887 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::__anon45533f2c0811::InstructionVerifier