HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::detail::IoBindingImpl< T > Struct Template Reference

#include <onnxruntime_cxx_api.h>

+ Inheritance diagram for Ort::detail::IoBindingImpl< T >:

Public Types

using B = ConstIoBindingImpl< T >
 
using B = Base< T >
 
- Public Types inherited from Ort::detail::ConstIoBindingImpl< T >
using B = Base< T >
 
- Public Types inherited from Ort::detail::Base< T >
using contained_type = T
 

Public Member Functions

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< T >
std::vector< std::stringGetOutputNames () const
 
std::vector< std::stringGetOutputNames (OrtAllocator *) const
 
std::vector< ValueGetOutputValues () const
 
std::vector< ValueGetOutputValues (OrtAllocator *) const
 
- Public Member Functions inherited from Ort::detail::Base< T >
constexpr Base ()=default
 
constexpr Base (contained_type *p) noexcept
 
 ~Base ()
 
 Base (const Base &)=delete
 
Baseoperator= (const Base &)=delete
 
 Base (Base &&v) noexcept
 
Baseoperator= (Base &&v) noexcept
 
constexpr operator contained_type * () const noexcept
 
contained_typerelease ()
 Relinquishes ownership of the contained C object pointer The underlying object is not destroyed. More...
 

Additional Inherited Members

- Protected Attributes inherited from Ort::detail::Base< T >
contained_typep_ {}
 

Detailed Description

template<typename T>
struct Ort::detail::IoBindingImpl< T >

Definition at line 1436 of file onnxruntime_cxx_api.h.

Member Typedef Documentation

template<typename T>
using Ort::detail::IoBindingImpl< T >::B = ConstIoBindingImpl<T>

Definition at line 1437 of file onnxruntime_cxx_api.h.

template<typename T>
using Ort::detail::ConstIoBindingImpl< T >::B = Base<T>

Definition at line 1426 of file onnxruntime_cxx_api.h.

Member Function Documentation

template<typename T >
void Ort::detail::IoBindingImpl< T >::BindInput ( const char *  name,
const Value value 
)
inline

Definition at line 265 of file onnxruntime_cxx_inline.h.

template<typename T >
void Ort::detail::IoBindingImpl< T >::BindOutput ( const char *  name,
const Value value 
)
inline

Definition at line 270 of file onnxruntime_cxx_inline.h.

template<typename T >
void Ort::detail::IoBindingImpl< T >::BindOutput ( const char *  name,
const OrtMemoryInfo mem_info 
)
inline

Definition at line 275 of file onnxruntime_cxx_inline.h.

template<typename T >
void Ort::detail::IoBindingImpl< T >::ClearBoundInputs ( )
inline

Definition at line 280 of file onnxruntime_cxx_inline.h.

template<typename T >
void Ort::detail::IoBindingImpl< T >::ClearBoundOutputs ( )
inline

Definition at line 285 of file onnxruntime_cxx_inline.h.

template<typename T >
void Ort::detail::IoBindingImpl< T >::SynchronizeInputs ( )
inline

Definition at line 290 of file onnxruntime_cxx_inline.h.

template<typename T >
void Ort::detail::IoBindingImpl< T >::SynchronizeOutputs ( )
inline

Definition at line 295 of file onnxruntime_cxx_inline.h.


The documentation for this struct was generated from the following files: