pub fn into_contiguous_packed_ref<R: Runtime>(
client: &ComputeClient<R>,
input: &TensorHandleRef<'_, R>,
output: &TensorHandleRef<'_, R>,
packed_dim: usize,
shape: &[usize],
packing: usize,
dtype: StorageType,
) -> Result<(), LaunchError>Expand description
Make a jit tensor contiguous.