/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator_test.cc | 515 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 …]
|
D | measuring_cost_estimator.h | 61 Status PredictCosts(const GraphDef& optimized_graph,
|
D | analytical_cost_estimator.h | 64 Status PredictCosts(const GraphDef& optimized_graph,
|
D | analytical_cost_estimator.cc | 151 Status AnalyticalCostEstimator::PredictCosts(const GraphDef& optimized_graph, in PredictCosts() function in tensorflow::grappler::AnalyticalCostEstimator 195 node_costs = node_estimator_->PredictCosts(op_context); in PredictCosts()
|
D | measuring_cost_estimator.cc | 53 Status MeasuringCostEstimator::PredictCosts(const GraphDef& optimized_graph, in PredictCosts() function in tensorflow::grappler::MeasuringCostEstimator
|
D | analytical_cost_estimator_test.cc | 103 TF_ASSERT_OK(estimator.PredictCosts(item.graph, &run_metadata, &summary)); in TEST_F()
|
D | cost_estimator.h | 234 virtual Status PredictCosts(const GraphDef& optimized_graph,
|
D | op_level_cost_estimator.h | 96 virtual Costs PredictCosts(const OpContext& op_context) const;
|
D | op_level_cost_estimator.cc | 648 Costs OpLevelCostEstimator::PredictCosts(const OpContext& op_context) const { in PredictCosts() function in tensorflow::grappler::OpLevelCostEstimator
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cost_analyzer.cc | 43 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()
|
D | cost_analyzer.h | 57 void PredictCosts(CostEstimator* cost_estimator, CostGraphDef* cost_graph,
|
D | cluster_wrapper.cc | 62 cost_measure->PredictCosts(item.graph, &run_metadata, costs)); in _GetOpPerformanceDataAndRunTime()
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | cost_utils.cc | 115 grappler::Costs costs = PredictCosts(op_context); in Predict()
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | symbols_pybind.txt | 301 tensorflow::grappler::OpLevelCostEstimator::PredictCosts 314 tensorflow::grappler::MeasuringCostEstimator::PredictCosts 367 tensorflow::grappler::AnalyticalCostEstimator::PredictCosts
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | virtual_cluster.cc | 89 estimator_->PredictCosts(item.graph, metadata, /*cost=*/nullptr)); in Run()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | static_schedule.cc | 55 estimator.PredictCosts(op_context).execution_time; in PredictExecutionTime()
|