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

#include <onnxruntime_cxx_api.h>

Public Member Functions

 SymbolicInteger (int64_t i)
 
 SymbolicInteger (const char *s)
 
 SymbolicInteger (const SymbolicInteger &)=default
 
 SymbolicInteger (SymbolicInteger &&)=default
 
SymbolicIntegeroperator= (const SymbolicInteger &)=default
 
SymbolicIntegeroperator= (SymbolicInteger &&)=default
 
bool operator== (const SymbolicInteger &dim) const
 
bool IsInt () const
 
int64_t AsInt () const
 
const char * AsSym () const
 

Static Public Attributes

static constexpr int INVALID_INT_DIM = -2
 

Detailed Description

Definition at line 2167 of file onnxruntime_cxx_api.h.

Constructor & Destructor Documentation

Ort::ShapeInferContext::SymbolicInteger::SymbolicInteger ( int64_t  i)
inline

Definition at line 2168 of file onnxruntime_cxx_api.h.

Ort::ShapeInferContext::SymbolicInteger::SymbolicInteger ( const char *  s)
inline

Definition at line 2169 of file onnxruntime_cxx_api.h.

Ort::ShapeInferContext::SymbolicInteger::SymbolicInteger ( const SymbolicInteger )
default
Ort::ShapeInferContext::SymbolicInteger::SymbolicInteger ( SymbolicInteger &&  )
default

Member Function Documentation

int64_t Ort::ShapeInferContext::SymbolicInteger::AsInt ( ) const
inline

Definition at line 2188 of file onnxruntime_cxx_api.h.

const char* Ort::ShapeInferContext::SymbolicInteger::AsSym ( ) const
inline

Definition at line 2189 of file onnxruntime_cxx_api.h.

bool Ort::ShapeInferContext::SymbolicInteger::IsInt ( ) const
inline

Definition at line 2187 of file onnxruntime_cxx_api.h.

SymbolicInteger& Ort::ShapeInferContext::SymbolicInteger::operator= ( const SymbolicInteger )
default
SymbolicInteger& Ort::ShapeInferContext::SymbolicInteger::operator= ( SymbolicInteger &&  )
default
bool Ort::ShapeInferContext::SymbolicInteger::operator== ( const SymbolicInteger dim) const
inline

Definition at line 2176 of file onnxruntime_cxx_api.h.

Member Data Documentation

int64_t Ort::ShapeInferContext::SymbolicInteger::i_

Definition at line 2195 of file onnxruntime_cxx_api.h.

constexpr int Ort::ShapeInferContext::SymbolicInteger::INVALID_INT_DIM = -2
static

Definition at line 2191 of file onnxruntime_cxx_api.h.

const char* Ort::ShapeInferContext::SymbolicInteger::s_

Definition at line 2196 of file onnxruntime_cxx_api.h.


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