Searched refs:graph_costs (Results 1 – 2 of 2) sorted by relevance
383 void SingleMachine::MergeCosts(CostGraphDef* graph_costs, in MergeCosts() argument386 graph_costs->mutable_node()->Reserve(graph_costs->node_size() + in MergeCosts()390 int queue_costs_id_offset = graph_costs->node_size(); in MergeCosts()391 for (const auto& node : graph_costs->node()) { in MergeCosts()407 auto* new_node = graph_costs->add_node(); in MergeCosts()431 auto* new_node = graph_costs->add_node(); in MergeCosts()
64 void MergeCosts(CostGraphDef* graph_costs, const CostGraphDef& init_costs,