Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h188 void CombineCostsAndUpdateExecutionTime(Costs* costs) const;
Dop_level_cost_estimator.cc561 CombineCostsAndUpdateExecutionTime(&costs); in PredictOpCountBasedCost()
1394 CombineCostsAndUpdateExecutionTime(&fused_cost); in PredictFusedOp()
1729 void OpLevelCostEstimator::CombineCostsAndUpdateExecutionTime( in CombineCostsAndUpdateExecutionTime() function in tensorflow::grappler::OpLevelCostEstimator