SynchronizeBoundInputs property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtIoBinding> binding_ptr)>> SynchronizeBoundInputs
getter/setter pair

\brief Synchronize bound inputs. The call may be necessary for some providers, such as cuda, in case the system that allocated bound memory operated on a different stream. However, the operation is provider specific and could be a no-op.

\paraminout binding_ptr

\snippet{doc} snippets.dox OrtStatus Return Value

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(ffi.Pointer<OrtIoBinding> binding_ptr)
  >
>
SynchronizeBoundInputs;