Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc353 auto it = node_ids_.find(&instr); in CssIdForInstruction()
354 if (it == node_ids_.end()) { in CssIdForInstruction()
428 absl::flat_hash_map<const HloInstruction*, int64_t> node_ids_; member in xla::__anon758a858c0111::HloDotDumper
546 tensorflow::gtl::FindWithDefault(node_ids_, from_node, -1); in Header()
551 to_node ? tensorflow::gtl::FindWithDefault(node_ids_, to_node, -1) in Header()
824 node_ids_[instr] = next_node_id_++; in DumpInstruction()