Function candle_core::cpu_backend::unary_map_vec

source ยท
pub fn unary_map_vec<T: Copy, U: Copy, F: FnMut(T) -> U, FV: FnMut(&[T], &mut [U])>(
    vs: &[T],
    layout: &Layout,
    f: F,
    f_vec: FV
) -> Vec<U>