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