ClearBoundOutputs property

Pointer<NativeFunction<Void Function(Pointer<OrtIoBinding> binding_ptr)>> ClearBoundOutputs
getter/setter pair

\brief Clears any previously set Outputs for an ::OrtIoBinding

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Void Function(ffi.Pointer<OrtIoBinding> binding_ptr)>
>
ClearBoundOutputs;