pub fn into_contiguous<R: Runtime, E: CubePrimitive>(
client: &ComputeClient<R::Server, R::Channel>,
input: &TensorHandleRef<'_, R>,
) -> TensorHandle<R, E>
Expand description
Make a jit tensor contiguous.
pub fn into_contiguous<R: Runtime, E: CubePrimitive>(
client: &ComputeClient<R::Server, R::Channel>,
input: &TensorHandleRef<'_, R>,
) -> TensorHandle<R, E>
Make a jit tensor contiguous.