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>
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |