Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h317 CostImpl; typedef
318 std::map<string, CostImpl> device_cost_impl_;
Dop_level_cost_estimator.cc360 typedef Status (OpLevelCostEstimator::*CostImpl)(const OpContext& op_context, in OpLevelCostEstimator() typedef
362 auto wrap = [this](CostImpl impl) in OpLevelCostEstimator()