into_contiguous_prefetch

Function into_contiguous_prefetch 

Source
pub fn into_contiguous_prefetch<R: Runtime, E: CubePrimitive>(
    client: &ComputeClient<R::Server, R::Channel>,
    input: &TensorHandleRef<'_, R>,
    elems_per_unit: u32,
    pitched: bool,
) -> TensorHandle<R, E>
Expand description

Make a jit tensor contiguous.