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