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.cc369 device_cost_impl_.emplace(kConv2d, in OpLevelCostEstimator()
371 device_cost_impl_.emplace( in OpLevelCostEstimator()
374 device_cost_impl_.emplace( in OpLevelCostEstimator()
377 device_cost_impl_.emplace( in OpLevelCostEstimator()
383 device_cost_impl_.emplace(kDepthwiseConv2dNative, in OpLevelCostEstimator()
385 device_cost_impl_.emplace( in OpLevelCostEstimator()
388 device_cost_impl_.emplace( in OpLevelCostEstimator()
391 device_cost_impl_.emplace(kMatMul, in OpLevelCostEstimator()
393 device_cost_impl_.emplace(kSparseMatMul, in OpLevelCostEstimator()
395 device_cost_impl_.emplace( in OpLevelCostEstimator()
[all …]
Dop_level_cost_estimator.h318 std::map<string, CostImpl> device_cost_impl_; variable