Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h144 Costs PredictAvgPool(const OpContext& op_context) const;
Dop_level_cost_estimator.cc277 {kAvgPool, wrap(&OpLevelCostEstimator::PredictAvgPool)}, in OpLevelCostEstimator()
1561 Costs OpLevelCostEstimator::PredictAvgPool(const OpContext& op_context) const { in PredictAvgPool() function in tensorflow::grappler::OpLevelCostEstimator
Dop_level_cost_estimator_test.cc1092 TEST_F(OpLevelCostEstimatorTest, PredictAvgPool) { in TEST_F() argument