ONNX Runtime
|
#include <onnxruntime_cxx_api.h>
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. | |
Additional Inherited Members | |
Protected Attributes inherited from Ort::detail::Base< T > | |
contained_type * | p_ {} |
using Ort::detail::IoBindingImpl< T >::B = ConstIoBindingImpl<T> |
using Ort::detail::ConstIoBindingImpl< T >::B = Base<T> |
void Ort::detail::IoBindingImpl< T >::BindInput | ( | const char * | name, |
const Value & | |||
) |
void Ort::detail::IoBindingImpl< T >::BindOutput | ( | const char * | name, |
const OrtMemoryInfo * | |||
) |
void Ort::detail::IoBindingImpl< T >::BindOutput | ( | const char * | name, |
const Value & | |||
) |
void Ort::detail::IoBindingImpl< T >::ClearBoundInputs | ( | ) |
void Ort::detail::IoBindingImpl< T >::ClearBoundOutputs | ( | ) |
void Ort::detail::IoBindingImpl< T >::SynchronizeInputs | ( | ) |
void Ort::detail::IoBindingImpl< T >::SynchronizeOutputs | ( | ) |