Searched refs:cost_id (Results 1 – 5 of 5) sorted by relevance
132 void Node::Initialize(int id, int cost_id, in Initialize() argument138 cost_id_ = cost_id; in Initialize()755 int cost_id = cost_node ? cost_node->cost_id() : id; in AllocateNode() local756 node->Initialize(id, cost_id, std::move(props)); in AllocateNode()
63 return n->cost_id(); in Id()
74 int cost_id() const { return cost_id_; } in cost_id() function219 void Initialize(int id, int cost_id, std::shared_ptr<NodeProperties> props);
56 // global id (cost_id?) for each node, or we should use a hash of
586 VLOG(2) << "Mapping " << n->name() << " to " << n->cost_id(); in InitBaseGraph()587 node_name_to_cost_id_map_[n->name()] = n->cost_id(); in InitBaseGraph()