|
HDK
|
#include <onnxruntime_cxx_api.h>
Inheritance diagram for Ort::detail::KernelInfoImpl< T >: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 2138 of file onnxruntime_cxx_api.h.
| using Ort::detail::KernelInfoImpl< T >::B = Base<T> |
Definition at line 2139 of file onnxruntime_cxx_api.h.
|
inline |
Definition at line 1765 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 2145 of file onnxruntime_cxx_api.h.
|
inline |
Definition at line 2152 of file onnxruntime_cxx_api.h.
|
inline |
Definition at line 1772 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1786 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1816 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1859 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1844 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1779 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1801 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1823 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1830 of file onnxruntime_cxx_inline.h.
|
inline |
Definition at line 1837 of file onnxruntime_cxx_inline.h.