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.h192 typedef std::function<Costs(const OpContext& op_context)> CostImpl; typedef
193 std::map<string, CostImpl> device_cost_impl_;
Dop_level_cost_estimator.cc221 typedef Costs (OpLevelCostEstimator::*CostImpl)(const OpContext& op_context) in OpLevelCostEstimator() typedef
223 auto wrap = [this](CostImpl impl) -> std::function<Costs(const OpContext&)> { in OpLevelCostEstimator()