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