Home
last modified time | relevance | path

Searched refs:OpLevelCostEstimator (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc357 OpLevelCostEstimator::OpLevelCostEstimator() { in OpLevelCostEstimator() function in tensorflow::grappler::OpLevelCostEstimator
360 typedef Status (OpLevelCostEstimator::*CostImpl)(const OpContext& op_context, in OpLevelCostEstimator()
370 wrap(&OpLevelCostEstimator::PredictConv2D)); in OpLevelCostEstimator()
373 wrap(&OpLevelCostEstimator::PredictConv2DBackpropFilter)); in OpLevelCostEstimator()
376 wrap(&OpLevelCostEstimator::PredictConv2DBackpropInput)); in OpLevelCostEstimator()
379 wrap(&OpLevelCostEstimator::PredictFusedConv2DBiasActivation)); in OpLevelCostEstimator()
384 wrap(&OpLevelCostEstimator::PredictConv2D)); in OpLevelCostEstimator()
387 wrap(&OpLevelCostEstimator::PredictConv2DBackpropFilter)); in OpLevelCostEstimator()
390 wrap(&OpLevelCostEstimator::PredictConv2DBackpropInput)); in OpLevelCostEstimator()
392 wrap(&OpLevelCostEstimator::PredictMatMul)); in OpLevelCostEstimator()
[all …]
Danalytical_cost_estimator.h46 std::unique_ptr<OpLevelCostEstimator> node_estimator,
51 std::unique_ptr<OpLevelCostEstimator> node_estimator,
71 std::unique_ptr<OpLevelCostEstimator> node_estimator_;
Danalytical_cost_estimator.cc114 cluster, absl::make_unique<OpLevelCostEstimator>(), in AnalyticalCostEstimator()
119 Cluster* cluster, std::unique_ptr<OpLevelCostEstimator> node_estimator, in AnalyticalCostEstimator()
133 Cluster* cluster, std::unique_ptr<OpLevelCostEstimator> node_estimator, in AnalyticalCostEstimator()
Dop_level_cost_estimator.h91 class OpLevelCostEstimator {
93 OpLevelCostEstimator();
94 virtual ~OpLevelCostEstimator() {} in ~OpLevelCostEstimator()
Dop_level_cost_estimator_test.cc37 class TestOpLevelCostEstimator : public OpLevelCostEstimator {
513 using BatchMatMulDimensions = OpLevelCostEstimator::BatchMatMulDimensions;
561 auto dims = OpLevelCostEstimator::OpDimensionsFromInputs( in ValidateOpDimensionsFromInputs()
584 OpLevelCostEstimator estimator_;
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dstatic_schedule.cc33 const GraphProperties& properties, const OpLevelCostEstimator& estimator, in PredictExecutionTime()
101 OpLevelCostEstimator estimator; in EstimateEarliestExecutionTimes()
172 OpLevelCostEstimator estimator; in EstimateRequiredTimes()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dvirtual_cluster.cc29 : VirtualCluster(devices, absl::make_unique<OpLevelCostEstimator>(), in VirtualCluster()
34 std::unique_ptr<OpLevelCostEstimator> node_estimator, in VirtualCluster()
Dvirtual_cluster.h39 std::unique_ptr<OpLevelCostEstimator> node_estimator,
/external/tensorflow/tensorflow/core/profiler/utils/
Dcost_utils.h34 : public tensorflow::grappler::OpLevelCostEstimator {
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt300 tensorflow::grappler::OpLevelCostEstimator::OpLevelCostEstimator
301 tensorflow::grappler::OpLevelCostEstimator::PredictCosts
302 tensorflow::grappler::OpLevelCostEstimator::GetDeviceInfo
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc249 tensorflow::grappler::OpLevelCostEstimator estimator; in PYBIND11_MODULE()