into_contiguous

Function into_contiguous 

Source
pub fn into_contiguous<R: Runtime>(
    client: &ComputeClient<R::Server>,
    input: &TensorHandleRef<'_, R>,
    dtype: StorageType,
) -> TensorHandle<R>
Expand description

Make a jit tensor contiguous.