HDK
|
#include <onnxruntime_cxx_api.h>
Public Types | |
using | B = Base< T > |
Public Types inherited from Ort::detail::Base< T > | |
using | contained_type = T |
Public Member Functions | |
KernelInfo | Copy () const |
template<typename R > | |
R | GetAttribute (const char *name) const |
template<typename R > | |
std::vector< R > | GetAttributes (const char *name) const |
Value | GetTensorAttribute (const char *name, OrtAllocator *allocator) const |
size_t | GetInputCount () const |
size_t | GetOutputCount () const |
std::string | GetInputName (size_t index) const |
std::string | GetOutputName (size_t index) const |
TypeInfo | GetInputTypeInfo (size_t index) const |
TypeInfo | GetOutputTypeInfo (size_t index) const |
ConstValue | GetTensorConstantInput (size_t index, int *is_constant) const |
std::string | GetNodeName () const |
Logger | GetLogger () 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 2080 of file onnxruntime_cxx_api.h.
using Ort::detail::KernelInfoImpl< T >::B = Base<T> |
Definition at line 2081 of file onnxruntime_cxx_api.h.
|
inline |
Definition at line 1691 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 2087 of file onnxruntime_cxx_api.h.
|
inline |
Definition at line 2094 of file onnxruntime_cxx_api.h.
|
inline |
Definition at line 1698 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1712 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1742 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1785 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1770 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1705 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1727 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1749 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1756 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1763 of file onnxruntime_cxx_inline.h.