Home
last modified time | relevance | path

Searched refs:PredictMaxPoolGrad (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h143 Costs PredictMaxPoolGrad(const OpContext& op_context) const;
Dop_level_cost_estimator.cc276 {kMaxPoolGrad, wrap(&OpLevelCostEstimator::PredictMaxPoolGrad)}, in OpLevelCostEstimator()
1518 Costs OpLevelCostEstimator::PredictMaxPoolGrad( in PredictMaxPoolGrad() function in tensorflow::grappler::OpLevelCostEstimator
Dop_level_cost_estimator_test.cc1050 TEST_F(OpLevelCostEstimatorTest, PredictMaxPoolGrad) { in TEST_F() argument