Searched refs:node_ids_ (Results 1 – 1 of 1) sorted by relevance
395 absl::flat_hash_map<const HloInstruction*, int64> node_ids_; member in xla::__anonf346b5ae0111::HloDotDumper514 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()