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

#include <onnxruntime_cxx_api.h>

Inheritance diagram for Ort::detail::ConstValueInfoImpl< 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

std::string GetName () const
 < A wrapper around OrtApi::GetValueInfoName
 
ConstTypeInfo TypeInfo () const
 < A wrapper around OrtApi::GetValueInfoTypeInfo
 
ValueInfoConsumerProducerInfo GetProducerNode () const
 
std::vector< ValueInfoConsumerProducerInfoGetConsumers () const
 < A wrapper around OrtApi::ValueInfo_GetValueConsumers
 
Status GetInitializer (ConstValue &value) const
 < A wrapper around OrtApi::ValueInfo_GetInitializerValue
 
Status GetExternalInitializerInfo (ExternalInitializerInfo &info) const
 < A wrapper around OrtApi::ValueInfo_GetExternalInitializerInfo
 
bool IsRequiredGraphInput () const
 < A wrapper around OrtApi::ValueInfo_IsRequiredGraphInput
 
bool IsOptionalGraphInput () const
 < A wrapper around OrtApi::ValueInfo_IsOptionalGraphInput
 
bool IsGraphOutput () const
 < A wrapper around OrtApi::ValueInfo_IsGraphOutput
 
bool IsConstantInitializer () const
 < A wrapper around OrtApi::ValueInfo_IsConstantInitializer
 
bool IsFromOuterScope () const
 < A wrapper around OrtApi::ValueInfo_IsFromOuterScope
 
- 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::ConstValueInfoImpl< T >::B = Base<T>

Member Function Documentation

◆ GetConsumers()

template<typename T >
std::vector< ValueInfoConsumerProducerInfo > Ort::detail::ConstValueInfoImpl< T >::GetConsumers ( ) const

◆ GetExternalInitializerInfo()

template<typename T >
Status Ort::detail::ConstValueInfoImpl< T >::GetExternalInitializerInfo ( ExternalInitializerInfo info) const

◆ GetInitializer()

template<typename T >
Status Ort::detail::ConstValueInfoImpl< T >::GetInitializer ( ConstValue value) const

◆ GetName()

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

< A wrapper around OrtApi::GetValueInfoName

◆ GetProducerNode()

template<typename T >
ValueInfoConsumerProducerInfo Ort::detail::ConstValueInfoImpl< T >::GetProducerNode ( ) const

◆ IsConstantInitializer()

template<typename T >
bool Ort::detail::ConstValueInfoImpl< T >::IsConstantInitializer ( ) const

◆ IsFromOuterScope()

template<typename T >
bool Ort::detail::ConstValueInfoImpl< T >::IsFromOuterScope ( ) const

◆ IsGraphOutput()

template<typename T >
bool Ort::detail::ConstValueInfoImpl< T >::IsGraphOutput ( ) const

< A wrapper around OrtApi::ValueInfo_IsGraphOutput

◆ IsOptionalGraphInput()

template<typename T >
bool Ort::detail::ConstValueInfoImpl< T >::IsOptionalGraphInput ( ) const

◆ IsRequiredGraphInput()

template<typename T >
bool Ort::detail::ConstValueInfoImpl< T >::IsRequiredGraphInput ( ) const

◆ TypeInfo()

template<typename T >
ConstTypeInfo Ort::detail::ConstValueInfoImpl< T >::TypeInfo ( ) const

< A wrapper around OrtApi::GetValueInfoTypeInfo

Wraps OrtApi::ValueInfo_GetProducerNode