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

Definition at line 531 of file onnx.hxx.

Public Member Functions

const TensorProtoinitializer (int i) const
 
int initializer_size () const
 
const ValueInfoProtoinput (int i) const
 
int input_size () const
 
const std::string & name () const
 
const NodeProtonode (int i) const
 
int node_size () const
 
const ValueInfoProtooutput (int i) const
 
int output_size () const
 
void ParseFrom (detail::WireReader r)
 

Private Attributes

std::vector< TensorProtofInitializer
 
std::vector< ValueInfoProtofInput
 
std::string fName
 
std::vector< NodeProtofNode
 
std::vector< ValueInfoProtofOutput
 

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

Member Function Documentation

◆ initializer()

const TensorProto & onnx::GraphProto::initializer ( int i) const
inline

Definition at line 541 of file onnx.hxx.

◆ initializer_size()

int onnx::GraphProto::initializer_size ( ) const
inline

Definition at line 540 of file onnx.hxx.

◆ input()

const ValueInfoProto & onnx::GraphProto::input ( int i) const
inline

Definition at line 537 of file onnx.hxx.

◆ input_size()

int onnx::GraphProto::input_size ( ) const
inline

Definition at line 536 of file onnx.hxx.

◆ name()

const std::string & onnx::GraphProto::name ( ) const
inline

Definition at line 533 of file onnx.hxx.

◆ node()

const NodeProto & onnx::GraphProto::node ( int i) const
inline

Definition at line 535 of file onnx.hxx.

◆ node_size()

int onnx::GraphProto::node_size ( ) const
inline

Definition at line 534 of file onnx.hxx.

◆ output()

const ValueInfoProto & onnx::GraphProto::output ( int i) const
inline

Definition at line 539 of file onnx.hxx.

◆ output_size()

int onnx::GraphProto::output_size ( ) const
inline

Definition at line 538 of file onnx.hxx.

◆ ParseFrom()

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

Definition at line 543 of file onnx.hxx.

Member Data Documentation

◆ fInitializer

std::vector<TensorProto> onnx::GraphProto::fInitializer
private

Definition at line 581 of file onnx.hxx.

◆ fInput

std::vector<ValueInfoProto> onnx::GraphProto::fInput
private

Definition at line 582 of file onnx.hxx.

◆ fName

std::string onnx::GraphProto::fName
private

Definition at line 579 of file onnx.hxx.

◆ fNode

std::vector<NodeProto> onnx::GraphProto::fNode
private

Definition at line 580 of file onnx.hxx.

◆ fOutput

std::vector<ValueInfoProto> onnx::GraphProto::fOutput
private

Definition at line 582 of file onnx.hxx.

  • tmva/sofie_parsers/src/onnx.hxx