Searched refs:CostImpl (Results 1 – 2 of 2) sorted by relevance
192 typedef std::function<Costs(const OpContext& op_context)> CostImpl; typedef193 std::map<string, CostImpl> device_cost_impl_;
221 typedef Costs (OpLevelCostEstimator::*CostImpl)(const OpContext& op_context) in OpLevelCostEstimator() typedef223 auto wrap = [this](CostImpl impl) -> std::function<Costs(const OpContext&)> { in OpLevelCostEstimator()