Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc98 InstrNameTable& current_name_table() { return scoped_name_tables_.back(); } in current_name_table()
347 std::vector<InstrNameTable> scoped_name_tables_; member in xla::__anonc071bf1f0111::HloParser
353 : scoped_name_tables_(scoped_name_tables) { in Scope()
354 scoped_name_tables_->emplace_back(); in Scope()
356 ~Scope() { scoped_name_tables_->pop_back(); } in ~Scope()
359 std::vector<InstrNameTable>* scoped_name_tables_; member in xla::__anonc071bf1f0111::HloParser::Scope
454 scoped_name_tables_.size() == 1) { in FindInstruction()
595 Scope scope(&scoped_name_tables_); in ParseInstructionList()
2559 scoped_name_tables_.size() == 1) { in ParseOperands()
4049 if (create_missing_instruction_ != nullptr || !scoped_name_tables_.empty()) { in ParseSingleInstruction()
[all …]