ReleaseROCMProviderOptions property

Pointer<NativeFunction<Void Function(Pointer<OrtROCMProviderOptions> input)>> ReleaseROCMProviderOptions
getter/setter pair

\brief Release an ::OrtROCMProviderOptions

\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.16.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(ffi.Pointer<OrtROCMProviderOptions> input)
  >
>
ReleaseROCMProviderOptions;