Home
last modified time | relevance | path

Searched defs:node_costs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Danalytical_cost_estimator.cc41 int node_id, const Costs& node_costs, in AddCostNode()
197 Costs node_costs; in PredictCosts() local
H A Dvirtual_scheduler.cc873 const NodeDef* node, const Costs& node_costs, const OpContext& op_context, in MarkNodeExecuted()
1370 auto& node_costs = node_state.node_costs; in GetOrCalculateOutputSize() local
1417 bool VirtualScheduler::MarkCurrNodeExecuted(const Costs& node_costs) { in MarkCurrNodeExecuted()
H A Dop_level_cost_estimator.cc365 return [this, impl](const OpContext& op_context, NodeCosts* node_costs) { in OpLevelCostEstimator()
653 NodeCosts node_costs; in PredictCosts() local
1662 bool* found_unknown_shapes, NodeCosts* node_costs) { in PredictDefaultNodeCosts()
H A Dvirtual_scheduler.h82 Costs node_costs; // Node costs per execution member
H A Dvirtual_scheduler_test.cc2293 Costs node_costs = SimplePredictCosts(op_context); in RunScheduler() local
3186 Costs node_costs = Costs::ZeroCosts(false); in TEST_F() local