Home
last modified time | relevance | path

Searched refs:graph_costs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc380 void SingleMachine::MergeCosts(CostGraphDef* graph_costs, in MergeCosts() argument
383 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()
Dsingle_machine.h64 void MergeCosts(CostGraphDef* graph_costs, const CostGraphDef& init_costs,