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.cc383 void SingleMachine::MergeCosts(CostGraphDef* graph_costs, in MergeCosts() argument
386 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()
Dsingle_machine.h64 void MergeCosts(CostGraphDef* graph_costs, const CostGraphDef& init_costs,