Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h117 Status PredictNodeCosts(const OpContext& op_context,
Dop_level_cost_estimator.cc651 if (PredictNodeCosts(op_context, &node_costs).ok()) { in PredictCosts()
694 Status OpLevelCostEstimator::PredictNodeCosts(const OpContext& op_context, in PredictNodeCosts() function in tensorflow::grappler::OpLevelCostEstimator
1822 return PredictNodeCosts(batch_matmul_op_context, node_costs); in PredictEinsum()
2066 s.Update(PredictNodeCosts(fused_op, &fused_node_costs)); in PredictFusedOp()