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.cc1425 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