Searched refs:cost_id (Results 1 – 5 of 5) sorted by relevance
63 return n->cost_id(); in Id()71 return n->cost_id(); in GlobalId()
129 void Node::Initialize(int id, int cost_id, in Initialize() argument136 cost_id_ = cost_id; in Initialize()812 int cost_id = cost_node ? cost_node->cost_id() : id; in AllocateNode() local813 node->Initialize(id, cost_id, std::move(props), node_class); in AllocateNode()
84 int cost_id() const { return cost_id_; } in cost_id() function314 void Initialize(int id, int cost_id, std::shared_ptr<NodeProperties> props,
58 // global id (cost_id?) for each node, or we should use a hash of
633 VLOG(2) << "Mapping " << n->name() << " to " << n->cost_id(); in InitBaseGraph()634 node_name_to_cost_id_map_[n->name()] = n->cost_id(); in InitBaseGraph()