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