Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h142 Costs PredictMaxPool(const OpContext& op_context) const;
Dop_level_cost_estimator.cc275 {kMaxPool, wrap(&OpLevelCostEstimator::PredictMaxPool)}, in OpLevelCostEstimator()
1484 Costs OpLevelCostEstimator::PredictMaxPool(const OpContext& op_context) const { in PredictMaxPool() function in tensorflow::grappler::OpLevelCostEstimator
Dop_level_cost_estimator_test.cc1009 TEST_F(OpLevelCostEstimatorTest, PredictMaxPool) { in TEST_F() argument