Lines Matching refs:init_result
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
68 outs=[init_result],
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
101 outs=[init_result],
113 def test_f32i32_min_unsigned_pooling(input, shape, init_result): argument
117 outs=[init_result],
129 def test_f32f32_min_pooling(input, shape, init_result): argument
133 outs=[init_result],