pub fn into_contiguous_pitched<R: Runtime>(
client: &ComputeClient<R>,
input: TensorBinding<R>,
dtype: StorageType,
) -> TensorHandle<R>Expand description
Make a jit tensor contiguous, using the pitched allocator if available.
See create_tensor.