ReleaseTensorRTProviderOptions property

Pointer<NativeFunction<Void Function(Pointer<OrtTensorRTProviderOptionsV2> input)>> ReleaseTensorRTProviderOptions
getter/setter pair

\brief Release an ::OrtTensorRTProviderOptionsV2

\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

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(ffi.Pointer<OrtTensorRTProviderOptionsV2> input)
  >
>
ReleaseTensorRTProviderOptions;