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

Definition at line 626 of file onnx.hxx.

Public Member Functions

const GraphProtograph () const
 
int64_t ir_version () const
 
bool ParseFromIstream (std::istream *in)
 
const std::string & producer_name () const
 

Private Attributes

std::string fBuffer
 
GraphProto fGraph
 
int64_t fIrVersion = 0
 
std::string fProducerName
 

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

Member Function Documentation

◆ graph()

const GraphProto & onnx::ModelProto::graph ( ) const
inline

Definition at line 630 of file onnx.hxx.

◆ ir_version()

int64_t onnx::ModelProto::ir_version ( ) const
inline

Definition at line 628 of file onnx.hxx.

◆ ParseFromIstream()

bool onnx::ModelProto::ParseFromIstream ( std::istream * in)
inline

Definition at line 632 of file onnx.hxx.

◆ producer_name()

const std::string & onnx::ModelProto::producer_name ( ) const
inline

Definition at line 629 of file onnx.hxx.

Member Data Documentation

◆ fBuffer

std::string onnx::ModelProto::fBuffer
private

Definition at line 655 of file onnx.hxx.

◆ fGraph

GraphProto onnx::ModelProto::fGraph
private

Definition at line 658 of file onnx.hxx.

◆ fIrVersion

int64_t onnx::ModelProto::fIrVersion = 0
private

Definition at line 656 of file onnx.hxx.

◆ fProducerName

std::string onnx::ModelProto::fProducerName
private

Definition at line 657 of file onnx.hxx.

  • tmva/sofie_parsers/src/onnx.hxx