| 
    HDK
    
   | 
 
Wrapper around ::OrtIoBinding. More...
#include <onnxruntime_cxx_api.h>
 Inheritance diagram for Ort::IoBinding:Public Member Functions | |
| IoBinding (std::nullptr_t) | |
| Create an empty object for convenience. Sometimes, we want to initialize members later.  More... | |
| IoBinding (Session &session) | |
| ConstIoBinding | GetConst () const | 
| UnownedIoBinding | GetUnowned () const | 
  Public Member Functions inherited from Ort::detail::IoBindingImpl< OrtIoBinding > | |
| void | BindInput (const char *name, const Value &) | 
| void | BindOutput (const char *name, const Value &) | 
| void | BindOutput (const char *name, const OrtMemoryInfo *) | 
| void | ClearBoundInputs () | 
| void | ClearBoundOutputs () | 
| void | SynchronizeInputs () | 
| void | SynchronizeOutputs () | 
  Public Member Functions inherited from Ort::detail::ConstIoBindingImpl< OrtIoBinding > | |
| std::vector< std::string > | GetOutputNames () const | 
| std::vector< std::string > | GetOutputNames (OrtAllocator *) const | 
| std::vector< Value > | GetOutputValues () const | 
| std::vector< Value > | GetOutputValues (OrtAllocator *) const | 
  Public Member Functions inherited from Ort::detail::Base< OrtIoBinding > | |
| constexpr | Base ()=default | 
| constexpr | Base (contained_type *p) noexcept | 
| Base (const Base &)=delete | |
| Base (Base &&v) noexcept | |
| ~Base () | |
| Base & | operator= (const Base &)=delete | 
| Base & | operator= (Base &&v) noexcept | 
| constexpr | operator contained_type * () const noexcept | 
| contained_type * | release () | 
| Relinquishes ownership of the contained C object pointer The underlying object is not destroyed.  More... | |
Additional Inherited Members | |
  Public Types inherited from Ort::detail::IoBindingImpl< OrtIoBinding > | |
| using | B = ConstIoBindingImpl< OrtIoBinding > | 
| using | B = Base< OrtIoBinding > | 
  Public Types inherited from Ort::detail::ConstIoBindingImpl< OrtIoBinding > | |
| using | B = Base< OrtIoBinding > | 
  Public Types inherited from Ort::detail::Base< OrtIoBinding > | |
| using | contained_type = OrtIoBinding | 
  Protected Attributes inherited from Ort::detail::Base< OrtIoBinding > | |
| contained_type * | p_ | 
Wrapper around ::OrtIoBinding.
Definition at line 1912 of file onnxruntime_cxx_api.h.
      
  | 
  inlineexplicit | 
Create an empty object for convenience. Sometimes, we want to initialize members later.
Definition at line 1913 of file onnxruntime_cxx_api.h.
      
  | 
  inlineexplicit | 
Definition at line 433 of file onnxruntime_cxx_inline.h.
      
  | 
  inline | 
Definition at line 1915 of file onnxruntime_cxx_api.h.
      
  | 
  inline | 
Definition at line 1916 of file onnxruntime_cxx_api.h.