Home
last modified time | relevance | path

Searched refs:PredictCosts (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc515 Costs PredictCosts(const OpContext& op_context) const { in PredictCosts() function in tensorflow::grappler::OpLevelCostEstimatorTest
516 return estimator_.PredictCosts(op_context); in PredictCosts()
640 auto cost = estimator_.PredictCosts(op_context); in TEST_F()
665 auto cost = estimator_.PredictCosts(op_context); in TEST_F()
686 auto cost = estimator_.PredictCosts(op_context); in TEST_F()
708 auto cost = estimator_.PredictCosts(op_context); in TEST_F()
731 auto cost = estimator_.PredictCosts(op_context); in TEST_F()
760 auto cost = estimator_.PredictCosts(op_context); in TEST_F()
784 auto cost = estimator_.PredictCosts(op_context); in TEST_F()
796 auto cost = PredictCosts(DescribeBiasAdd(1000, 10)); in TEST_F()
[all …]
Dmeasuring_cost_estimator.h61 Status PredictCosts(const GraphDef& optimized_graph,
Danalytical_cost_estimator.h64 Status PredictCosts(const GraphDef& optimized_graph,
Danalytical_cost_estimator.cc151 Status AnalyticalCostEstimator::PredictCosts(const GraphDef& optimized_graph, in PredictCosts() function in tensorflow::grappler::AnalyticalCostEstimator
195 node_costs = node_estimator_->PredictCosts(op_context); in PredictCosts()
Dmeasuring_cost_estimator.cc53 Status MeasuringCostEstimator::PredictCosts(const GraphDef& optimized_graph, in PredictCosts() function in tensorflow::grappler::MeasuringCostEstimator
Danalytical_cost_estimator_test.cc103 TF_ASSERT_OK(estimator.PredictCosts(item.graph, &run_metadata, &summary)); in TEST_F()
Dcost_estimator.h234 virtual Status PredictCosts(const GraphDef& optimized_graph,
Dop_level_cost_estimator.h96 virtual Costs PredictCosts(const OpContext& op_context) const;
Dop_level_cost_estimator.cc648 Costs OpLevelCostEstimator::PredictCosts(const OpContext& op_context) const { in PredictCosts() function in tensorflow::grappler::OpLevelCostEstimator
/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer.cc43 void CostAnalyzer::PredictCosts(CostEstimator* cost_estimator, in PredictCosts() function in tensorflow::grappler::CostAnalyzer
49 cost_estimator->PredictCosts(item_->graph, &run_metadata, &costs); in PredictCosts()
63 PredictCosts(&measure_estimator_, &cost_graph_measured, in GatherCosts()
69 PredictCosts(&analytical_estimator_, &cost_graph_analytical, in GatherCosts()
Dcost_analyzer.h57 void PredictCosts(CostEstimator* cost_estimator, CostGraphDef* cost_graph,
Dcluster_wrapper.cc62 cost_measure->PredictCosts(item.graph, &run_metadata, costs)); in _GetOpPerformanceDataAndRunTime()
/external/tensorflow/tensorflow/core/profiler/utils/
Dcost_utils.cc115 grappler::Costs costs = PredictCosts(op_context); in Predict()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt301 tensorflow::grappler::OpLevelCostEstimator::PredictCosts
314 tensorflow::grappler::MeasuringCostEstimator::PredictCosts
367 tensorflow::grappler::AnalyticalCostEstimator::PredictCosts
/external/tensorflow/tensorflow/core/grappler/clusters/
Dvirtual_cluster.cc89 estimator_->PredictCosts(item.graph, metadata, /*cost=*/nullptr)); in Run()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dstatic_schedule.cc55 estimator.PredictCosts(op_context).execution_time; in PredictExecutionTime()