Skip to main content

expand

pub fn expand<I: Numeric, N: Size>(
    scope: &Scope,
    _n: usize,
    output: &mut <[Vector<I, N>] as CubeType>::ExpandType,
    window: <usize as CubeType>::ExpandType,
    n_iter: <usize as CubeType>::ExpandType,
    blocked: bool,
    _dtype: ElemType,
)