Function sample_conv_batch

Source
pub fn sample_conv_batch<'a, S, D>(frames: &[Vec<S>]) -> Cow<'a, [Vec<D>]>
where S: SampleType, D: SampleType,