Searched defs:maxpool (Results 1 – 5 of 5) sorted by relevance
112 int maxpool; // whether to use maxpool or not (only effective when member
1977 const auto& maxpool = *static_cast<const MaxPoolOperator*>(&op); in EstimateArithmeticOpsCount() local1997 const auto* maxpool = static_cast<const MaxPoolOperator*>(&op); in EstimateArithmeticOpsCount() local
1279 auto* maxpool = new MaxPoolOperator; in ConvertMaxPoolOperator() local
2021 struct maxpool_parameters maxpool; member2047 struct maxpool_parameters maxpool; member
2420 auto* maxpool = context.graph_view->GetNode("maxpoolv2"); in TEST_F() local