Skip to main content

into_contiguous_pitched

Function into_contiguous_pitched 

Source
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.