Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator.h165 Status PredictMaxPoolGrad(const OpContext& op_context,
H A Dop_level_cost_estimator.cc513 wrap(&OpLevelCostEstimator::PredictMaxPoolGrad)); in OpLevelCostEstimator()
2245 Status OpLevelCostEstimator::PredictMaxPoolGrad(const OpContext& op_context, in PredictMaxPoolGrad() function in tensorflow::grappler::OpLevelCostEstimator
H A Dop_level_cost_estimator_test.cc1483 TEST_F(OpLevelCostEstimatorTest, PredictMaxPoolGrad) { in TEST_F() argument