Searched defs:maxpool (Results 1 – 8 of 8) sorted by relevance
157 …void Test(xnn_s8_maxpool_ukernel_function maxpool, xnn_init_s8_minmax_params_fn init_params) const… in Test()229 …void Test(xnn_u8_maxpool_ukernel_function maxpool, xnn_init_u8_minmax_params_fn init_params) const… in Test()301 …void Test(xnn_f16_maxpool_ukernel_function maxpool, xnn_init_f16_minmax_params_fn init_params) con… in Test()390 …void Test(xnn_f32_maxpool_ukernel_function maxpool, xnn_init_f32_minmax_params_fn init_params) con… in Test()
576 ops::MaxPool maxpool = in TEST_P() local599 ops::MaxPool maxpool = in TEST_P() local
523 struct maxpool_parameters maxpool; member529 struct maxpool_parameters maxpool; member548 struct maxpool_parameters maxpool; member599 struct maxpool_parameters maxpool; member
128 def maxpool(x, kernel_size, stride, padding, dilation): function
113 int maxpool; // whether to use maxpool or not (only effective when member
1979 const auto& maxpool = *static_cast<const MaxPoolOperator*>(&op); in EstimateArithmeticOpsCount() local1999 const auto* maxpool = static_cast<const MaxPoolOperator*>(&op); in EstimateArithmeticOpsCount() local
1286 auto* maxpool = new MaxPoolOperator; in ConvertMaxPoolOperator() local
2420 auto* maxpool = context.graph_view->GetNode("maxpoolv2"); in TEST_F() local