Searched refs:graph_costs (Results 1 – 2 of 2) sorted by relevance
380 void SingleMachine::MergeCosts(CostGraphDef* graph_costs, in MergeCosts() argument383 graph_costs->mutable_node()->Reserve(graph_costs->node_size() + in MergeCosts()387 int queue_costs_id_offset = graph_costs->node_size(); in MergeCosts()388 for (const auto& node : graph_costs->node()) { in MergeCosts()404 auto* new_node = graph_costs->add_node(); in MergeCosts()428 auto* new_node = graph_costs->add_node(); in MergeCosts()
64 void MergeCosts(CostGraphDef* graph_costs, const CostGraphDef& init_costs,