HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::detail::TypeInfoImpl< T > Struct Template Reference

#include <onnxruntime_cxx_api.h>

+ Inheritance diagram for Ort::detail::TypeInfoImpl< T >:

Public Types

using B = Base< T >
 
- Public Types inherited from Ort::detail::Base< T >
using contained_type = T
 

Public Member Functions

ConstTensorTypeAndShapeInfo GetTensorTypeAndShapeInfo () const
 Wraps OrtApi::CastTypeInfoToTensorInfo. More...
 
ConstSequenceTypeInfo GetSequenceTypeInfo () const
 Wraps OrtApi::CastTypeInfoToSequenceTypeInfo. More...
 
ConstMapTypeInfo GetMapTypeInfo () const
 Wraps OrtApi::CastTypeInfoToMapTypeInfo. More...
 
ONNXType GetONNXType () 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
 
contained_typerelease ()
 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_typep_ {}
 

Detailed Description

template<typename T>
struct Ort::detail::TypeInfoImpl< T >

Definition at line 906 of file onnxruntime_cxx_api.h.

Member Typedef Documentation

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

Definition at line 907 of file onnxruntime_cxx_api.h.

Member Function Documentation

template<typename T >
ConstMapTypeInfo Ort::detail::TypeInfoImpl< T >::GetMapTypeInfo ( ) const
inline

Wraps OrtApi::CastTypeInfoToMapTypeInfo.

Definition at line 1081 of file onnxruntime_cxx_inline.h.

template<typename T >
ONNXType Ort::detail::TypeInfoImpl< T >::GetONNXType ( ) const
inline

Definition at line 1088 of file onnxruntime_cxx_inline.h.

template<typename T >
ConstSequenceTypeInfo Ort::detail::TypeInfoImpl< T >::GetSequenceTypeInfo ( ) const
inline

Wraps OrtApi::CastTypeInfoToSequenceTypeInfo.

Definition at line 1074 of file onnxruntime_cxx_inline.h.

template<typename T >
ConstTensorTypeAndShapeInfo Ort::detail::TypeInfoImpl< T >::GetTensorTypeAndShapeInfo ( ) const
inline

Wraps OrtApi::CastTypeInfoToTensorInfo.

Definition at line 1067 of file onnxruntime_cxx_inline.h.


The documentation for this struct was generated from the following files: