Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
onnx::TensorShapeProto_Dimension Class Reference

Definition at line 199 of file onnx.hxx.

Public Types

enum class  ValueCase { VALUE_NOT_SET = 0 , kDimValue = 1 , kDimParam = 2 }
 

Public Member Functions

const std::string & dim_param () const
 
int64_t dim_value () const
 
void ParseFrom (detail::WireReader r)
 
ValueCase value_case () const
 

Private Attributes

ValueCase fCase = ValueCase::VALUE_NOT_SET
 
std::string fDimParam
 
int64_t fDimValue = 0
 

#include </github/home/ROOT-CI/src/tmva/sofie_parsers/src/onnx.hxx>

Member Enumeration Documentation

◆ ValueCase

Enumerator
VALUE_NOT_SET 
kDimValue 
kDimParam 

Definition at line 201 of file onnx.hxx.

Member Function Documentation

◆ dim_param()

const std::string & onnx::TensorShapeProto_Dimension::dim_param ( ) const
inline

Definition at line 209 of file onnx.hxx.

◆ dim_value()

int64_t onnx::TensorShapeProto_Dimension::dim_value ( ) const
inline

Definition at line 208 of file onnx.hxx.

◆ ParseFrom()

void onnx::TensorShapeProto_Dimension::ParseFrom ( detail::WireReader r)
inline

Definition at line 211 of file onnx.hxx.

◆ value_case()

ValueCase onnx::TensorShapeProto_Dimension::value_case ( ) const
inline

Definition at line 207 of file onnx.hxx.

Member Data Documentation

◆ fCase

ValueCase onnx::TensorShapeProto_Dimension::fCase = ValueCase::VALUE_NOT_SET
private

Definition at line 230 of file onnx.hxx.

◆ fDimParam

std::string onnx::TensorShapeProto_Dimension::fDimParam
private

Definition at line 232 of file onnx.hxx.

◆ fDimValue

int64_t onnx::TensorShapeProto_Dimension::fDimValue = 0
private

Definition at line 231 of file onnx.hxx.

  • tmva/sofie_parsers/src/onnx.hxx