ReleaseCUDAProviderOptions property
Pointer<NativeFunction<Void Function(Pointer<OrtCUDAProviderOptionsV2> input)> >
ReleaseCUDAProviderOptions
getter/setter pair
\brief Release an ::OrtCUDAProviderOptionsV2
\note This is an exception in the naming convention of other Release* functions, as the name of the method does not have the V2 suffix, but the type does
\since Version 1.11.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Void Function(ffi.Pointer<OrtCUDAProviderOptionsV2> input)
>
>
ReleaseCUDAProviderOptions;