Searched defs:PredictCosts (Results 1 – 5 of 5) sorted by relevance
| /external/tensorflow/tensorflow/core/grappler/costs/ | ||
| D | measuring_cost_estimator.cc | 53 Status MeasuringCostEstimator::PredictCosts(const GraphDef& optimized_graph,  in PredictCosts()  function in tensorflow::grappler::MeasuringCostEstimator | 
| D | analytical_cost_estimator.cc | 157 Status AnalyticalCostEstimator::PredictCosts(const GraphDef& optimized_graph,  in PredictCosts()  function in tensorflow::grappler::AnalyticalCostEstimator | 
| D | op_level_cost_estimator.cc | 651 Costs OpLevelCostEstimator::PredictCosts(const OpContext& op_context) const {  in PredictCosts()  function in tensorflow::grappler::OpLevelCostEstimator | 
| D | op_level_cost_estimator_test.cc | 516   Costs PredictCosts(const OpContext& op_context) const {  in PredictCosts()  function in tensorflow::grappler::OpLevelCostEstimatorTest | 
| /external/tensorflow/tensorflow/python/grappler/ | ||
| D | cost_analyzer.cc | 43 void CostAnalyzer::PredictCosts(CostEstimator* cost_estimator,  in PredictCosts()  function in tensorflow::grappler::CostAnalyzer |