HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::SequenceTypeInfo Struct Reference

Wrapper around ::OrtSequenceTypeInfo. More...

#include <onnxruntime_cxx_api.h>

+ Inheritance diagram for Ort::SequenceTypeInfo:

Public Member Functions

 SequenceTypeInfo (std::nullptr_t)
 Create an empty SequenceTypeInfo object, must be assigned a valid one to be used. More...
 
 SequenceTypeInfo (OrtSequenceTypeInfo *p)
 
- Public Member Functions inherited from Ort::detail::SequenceTypeInfoImpl< OrtSequenceTypeInfo >
TypeInfo GetSequenceElementType () const
 Wraps OrtApi::GetSequenceElementType. More...
 
- Public Member Functions inherited from Ort::detail::Base< OrtSequenceTypeInfo >
constexpr Base ()=default
 
constexpr Base (contained_type *p) noexcept
 
 Base (const Base &)=delete
 
 Base (Base &&v) noexcept
 
 ~Base ()
 
Baseoperator= (const Base &)=delete
 
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

- Public Types inherited from Ort::detail::SequenceTypeInfoImpl< OrtSequenceTypeInfo >
using B = Base< OrtSequenceTypeInfo >
 
- Public Types inherited from Ort::detail::Base< OrtSequenceTypeInfo >
using contained_type = OrtSequenceTypeInfo
 
- Protected Attributes inherited from Ort::detail::Base< OrtSequenceTypeInfo >
contained_typep_
 

Detailed Description

Wrapper around ::OrtSequenceTypeInfo.

Definition at line 876 of file onnxruntime_cxx_api.h.

Constructor & Destructor Documentation

Ort::SequenceTypeInfo::SequenceTypeInfo ( std::nullptr_t  )
inlineexplicit

Create an empty SequenceTypeInfo object, must be assigned a valid one to be used.

Definition at line 877 of file onnxruntime_cxx_api.h.

Ort::SequenceTypeInfo::SequenceTypeInfo ( OrtSequenceTypeInfo *  p)
inlineexplicit

Definition at line 878 of file onnxruntime_cxx_api.h.


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