#include <onnxruntime_cxx_api.h>
◆ SymbolicInteger() [1/4]
Ort::ShapeInferContext::SymbolicInteger::SymbolicInteger |
( |
int64_t |
i | ) |
|
|
inline |
◆ SymbolicInteger() [2/4]
Ort::ShapeInferContext::SymbolicInteger::SymbolicInteger |
( |
const char * |
s | ) |
|
|
inline |
◆ SymbolicInteger() [3/4]
Ort::ShapeInferContext::SymbolicInteger::SymbolicInteger |
( |
const SymbolicInteger & |
| ) |
|
|
default |
◆ SymbolicInteger() [4/4]
Ort::ShapeInferContext::SymbolicInteger::SymbolicInteger |
( |
SymbolicInteger && |
| ) |
|
|
default |
◆ AsInt()
int64_t Ort::ShapeInferContext::SymbolicInteger::AsInt |
( |
| ) |
const |
|
inline |
◆ AsSym()
const char * Ort::ShapeInferContext::SymbolicInteger::AsSym |
( |
| ) |
const |
|
inline |
◆ IsInt()
bool Ort::ShapeInferContext::SymbolicInteger::IsInt |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool Ort::ShapeInferContext::SymbolicInteger::operator== |
( |
const SymbolicInteger & |
dim | ) |
const |
|
inline |
◆ i_
int64_t Ort::ShapeInferContext::SymbolicInteger::i_ |
◆ INVALID_INT_DIM
constexpr int Ort::ShapeInferContext::SymbolicInteger::INVALID_INT_DIM = -2 |
|
staticconstexpr |
◆ s_
const char* Ort::ShapeInferContext::SymbolicInteger::s_ |