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