|
HDK
|
#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::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< T > | |
| constexpr | Base ()=default |
| constexpr | Base (contained_type *p) noexcept |
| ~Base () | |
| Base (const Base &)=delete | |
| Base & | operator= (const Base &)=delete |
| Base (Base &&v) noexcept | |
| 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 | |
Protected Attributes inherited from Ort::detail::Base< T > | |
| contained_type * | p_ {} |
Definition at line 1891 of file onnxruntime_cxx_api.h.
| using Ort::detail::IoBindingImpl< T >::B = ConstIoBindingImpl<T> |
Definition at line 1892 of file onnxruntime_cxx_api.h.
| using Ort::detail::ConstIoBindingImpl< T >::B = Base<T> |
Definition at line 1881 of file onnxruntime_cxx_api.h.
|
inline |
Definition at line 335 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 340 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 345 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 350 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 355 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 360 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 365 of file onnxruntime_cxx_inline.h.