Function max_pooling_simd

Source
pub fn max_pooling_simd(input: &[u8], width: usize, factor: usize) -> Vec<u8> 
Expand description

SIMD 加速的最大值池化