ONNX Runtime
Loading...
Searching...
No Matches
Ort::detail::ConstNodeImpl< T > Struct Template Reference

#include <onnxruntime_cxx_api.h>

Inheritance diagram for Ort::detail::ConstNodeImpl< T >:
Ort::detail::Base< T >

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< ConstValueInfoGetInputs () const
 
std::vector< ConstValueInfoGetOutputs () const
 
std::vector< ConstValueInfoGetImplicitInputs () const
 
std::vector< ConstOpAttrGetAttributes () const
 
Status GetAttributeByName (const std::string &name, ConstOpAttr &attr) const
 
std::vector< AttrNameSubgraphGetSubgraphs () 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
 
Baseoperator= (const Base &)=delete
 
 Base (Base &&v) noexcept
 
Baseoperator= (Base &&v) noexcept
 
constexpr operator contained_type * () const noexcept
 
constexpr contained_typeoperator* () const noexcept
 
contained_typerelease ()
 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_typep_ {}
 

Member Typedef Documentation

◆ B

template<typename T >
using Ort::detail::ConstNodeImpl< T >::B = Base<T>

Member Function Documentation

◆ GetAttributeByName()

template<typename T >
Status Ort::detail::ConstNodeImpl< T >::GetAttributeByName ( const std::string &  name,
ConstOpAttr attr 
) const

◆ GetAttributes()

template<typename T >
std::vector< ConstOpAttr > Ort::detail::ConstNodeImpl< T >::GetAttributes ( ) const

◆ GetDomain()

template<typename T >
std::string Ort::detail::ConstNodeImpl< T >::GetDomain ( ) const

◆ GetEpName()

template<typename T >
std::string Ort::detail::ConstNodeImpl< T >::GetEpName ( ) const

◆ GetGraph()

template<typename T >
ConstGraphImpl< detail::Unowned< const OrtGraph > > Ort::detail::ConstNodeImpl< T >::GetGraph ( ) const

◆ GetId()

template<typename T >
size_t Ort::detail::ConstNodeImpl< T >::GetId ( ) const

◆ GetImplicitInputs()

template<typename T >
std::vector< ConstValueInfo > Ort::detail::ConstNodeImpl< T >::GetImplicitInputs ( ) const

◆ GetInputs()

template<typename T >
std::vector< ConstValueInfo > Ort::detail::ConstNodeImpl< T >::GetInputs ( ) const

◆ GetName()

template<typename T >
std::string Ort::detail::ConstNodeImpl< T >::GetName ( ) const

◆ GetOperatorType()

template<typename T >
std::string Ort::detail::ConstNodeImpl< T >::GetOperatorType ( ) const

◆ GetOutputs()

template<typename T >
std::vector< ConstValueInfo > Ort::detail::ConstNodeImpl< T >::GetOutputs ( ) const

◆ GetSinceVersion()

template<typename T >
int Ort::detail::ConstNodeImpl< T >::GetSinceVersion ( ) const

◆ GetSubgraphs()

template<typename T >
std::vector< AttrNameSubgraph > Ort::detail::ConstNodeImpl< T >::GetSubgraphs ( ) const