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.cc395 absl::flat_hash_map<const HloInstruction*, int64> node_ids_; member in xla::__anonf346b5ae0111::HloDotDumper
514 tensorflow::gtl::FindWithDefault(node_ids_, from_node, -1); in Header()
519 to_node ? tensorflow::gtl::FindWithDefault(node_ids_, to_node, -1) in Header()
787 node_ids_[instr] = next_node_id_++; in DumpInstruction()