Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h193 std::map<string, CostImpl> device_cost_impl_; variable
Dop_level_cost_estimator.cc229 device_cost_impl_ = { in OpLevelCostEstimator()
375 auto it = device_cost_impl_.find(op_info.op()); in PredictCosts()
376 if (it != device_cost_impl_.end()) { in PredictCosts()