Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmemory-optimizer.cc44 : 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()
Dmemory-optimizer.h61 ZoneSet<NodeId> node_ids_;
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc389 absl::flat_hash_map<const HloInstruction*, int64> node_ids_; member in xla::__anon7102e5d00111::HloDotDumper
508 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()