![]() |
ONNX Runtime
|
#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 | |
| size_t | GetId () const |
| std::string | GetName () const |
| std::string | GetOperatorType () const |
| std::string | GetDomain () const |
| int | GetSinceVersion () const |
| std::vector< ConstValueInfo > | GetInputs () const |
| std::vector< ConstValueInfo > | GetOutputs () const |
| std::vector< ConstValueInfo > | GetImplicitInputs () const |
| std::vector< ConstOpAttr > | GetAttributes () const |
| Status | GetAttributeByName (const std::string &name, ConstOpAttr &attr) const |
| std::vector< AttrNameSubgraph > | GetSubgraphs () const |
| ConstGraphImpl< detail::Unowned< const OrtGraph > > | GetGraph () const |
| std::string | GetEpName () 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 |
| constexpr contained_type & | operator* () 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::ConstNodeImpl< T >::B = Base<T> |
| Status Ort::detail::ConstNodeImpl< T >::GetAttributeByName | ( | const std::string & | name, |
| ConstOpAttr & | attr | ||
| ) | const |
| std::vector< ConstOpAttr > Ort::detail::ConstNodeImpl< T >::GetAttributes | ( | ) | const |
| std::string Ort::detail::ConstNodeImpl< T >::GetDomain | ( | ) | const |
| std::string Ort::detail::ConstNodeImpl< T >::GetEpName | ( | ) | const |
| ConstGraphImpl< detail::Unowned< const OrtGraph > > Ort::detail::ConstNodeImpl< T >::GetGraph | ( | ) | const |
| size_t Ort::detail::ConstNodeImpl< T >::GetId | ( | ) | const |
| std::vector< ConstValueInfo > Ort::detail::ConstNodeImpl< T >::GetImplicitInputs | ( | ) | const |
| std::vector< ConstValueInfo > Ort::detail::ConstNodeImpl< T >::GetInputs | ( | ) | const |
| std::string Ort::detail::ConstNodeImpl< T >::GetName | ( | ) | const |
| std::string Ort::detail::ConstNodeImpl< T >::GetOperatorType | ( | ) | const |
| std::vector< ConstValueInfo > Ort::detail::ConstNodeImpl< T >::GetOutputs | ( | ) | const |
| int Ort::detail::ConstNodeImpl< T >::GetSinceVersion | ( | ) | const |
| std::vector< AttrNameSubgraph > Ort::detail::ConstNodeImpl< T >::GetSubgraphs | ( | ) | const |