Skip to main content

max_pooling

Function max_pooling 

Source
pub fn max_pooling(vectors: &[Vec<f32>]) -> Option<Vec<f32>>
Expand description

Compute the element-wise maximum of a collection of vectors.