Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Danalytical_cost_estimator.cc122 : node_estimator_(std::move(node_estimator)), in AnalyticalCostEstimator()
137 : node_estimator_(std::move(node_estimator)), in AnalyticalCostEstimator()
195 node_costs = node_estimator_->PredictCosts(op_context); in PredictCosts()
Danalytical_cost_estimator.h71 std::unique_ptr<OpLevelCostEstimator> node_estimator_; variable