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