Searched refs:node_ids_ (Results 1 – 3 of 3) sorted by relevance
44 : node_ids_(zone), pretenure_(pretenure), size_(nullptr) { in AllocationGroup()45 node_ids_.insert(node->id()); in AllocationGroup()51 : node_ids_(zone), pretenure_(pretenure), size_(size) { in AllocationGroup()52 node_ids_.insert(node->id()); in AllocationGroup()56 node_ids_.insert(node->id()); in Add()60 return node_ids_.find(node->id()) != node_ids_.end(); in Contains()
61 ZoneSet<NodeId> node_ids_;
389 absl::flat_hash_map<const HloInstruction*, int64> node_ids_; member in xla::__anon7102e5d00111::HloDotDumper508 tensorflow::gtl::FindWithDefault(node_ids_, from_node, -1); in Header()513 to_node ? tensorflow::gtl::FindWithDefault(node_ids_, to_node, -1) in Header()777 node_ids_[instr] = next_node_id_++; in DumpInstruction()