into_contiguous_pitched

Function into_contiguous_pitched 

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

Make a jit tensor contiguous, using the pitched allocator if available. See create_tensor.