ClearBoundInputs property
Pointer<NativeFunction<Void Function(Pointer<OrtIoBinding> binding_ptr)> >
ClearBoundInputs
getter/setter pair
\brief Clears any previously set Inputs for an ::OrtIoBinding
Implementation
external ffi.Pointer<
ffi.NativeFunction<ffi.Void Function(ffi.Pointer<OrtIoBinding> binding_ptr)>
>
ClearBoundInputs;