ReleaseValue property

Pointer<NativeFunction<Void Function(Pointer<OrtValue> input)>> ReleaseValue
getter/setter pair

@} \name OrtValue @{

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Void Function(ffi.Pointer<OrtValue> input)>
>
ReleaseValue;