Lines Matching refs:shape
53 def test_f32i32_max_pooling(input, shape, init_result): argument
55 input, shape, outs=[init_result], strides=[2, 4], dilations=[1, 2])
64 def test_f32i32_max_unsigned_pooling(input, shape, init_result): argument
67 shape,
86 def test_f32f32_max_pooling(input, shape, init_result): argument
88 input, shape, outs=[init_result], strides=[2, 4], dilations=[1, 2])
97 def test_f32i32_min_pooling(input, shape, init_result): argument
100 shape,
113 def test_f32i32_min_unsigned_pooling(input, shape, init_result): argument
116 shape,
129 def test_f32f32_min_pooling(input, shape, init_result): argument
132 shape,