into_contiguous

Function into_contiguous 

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

Make a jit tensor contiguous.