Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA::Experimental::SOFIE::onnx::NodeProto Class Reference

Definition at line 504 of file onnx.hxx.

Public Member Functions

const AttributeProtoattribute (int i) const
 
int attribute_size () const
 
const std::vector< std::string > & input () const
 
const std::string & input (int i) const
 
int input_size () const
 
const std::string & name () const
 
const std::string & op_type () const
 
const std::vector< std::string > & output () const
 
const std::string & output (int i) const
 
int output_size () const
 
void ParseFrom (detail::WireReader r)
 

Private Attributes

std::vector< AttributeProtofAttribute
 
std::vector< std::string > fInput
 
std::string fName
 
std::string fOpType
 
std::vector< std::string > fOutput
 

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

Member Function Documentation

◆ attribute()

const AttributeProto & TMVA::Experimental::SOFIE::onnx::NodeProto::attribute ( int i) const
inline

Definition at line 515 of file onnx.hxx.

◆ attribute_size()

int TMVA::Experimental::SOFIE::onnx::NodeProto::attribute_size ( ) const
inline

Definition at line 514 of file onnx.hxx.

◆ input() [1/2]

const std::vector< std::string > & TMVA::Experimental::SOFIE::onnx::NodeProto::input ( ) const
inline

Definition at line 510 of file onnx.hxx.

◆ input() [2/2]

const std::string & TMVA::Experimental::SOFIE::onnx::NodeProto::input ( int i) const
inline

Definition at line 509 of file onnx.hxx.

◆ input_size()

int TMVA::Experimental::SOFIE::onnx::NodeProto::input_size ( ) const
inline

Definition at line 508 of file onnx.hxx.

◆ name()

const std::string & TMVA::Experimental::SOFIE::onnx::NodeProto::name ( ) const
inline

Definition at line 507 of file onnx.hxx.

◆ op_type()

const std::string & TMVA::Experimental::SOFIE::onnx::NodeProto::op_type ( ) const
inline

Definition at line 506 of file onnx.hxx.

◆ output() [1/2]

const std::vector< std::string > & TMVA::Experimental::SOFIE::onnx::NodeProto::output ( ) const
inline

Definition at line 513 of file onnx.hxx.

◆ output() [2/2]

const std::string & TMVA::Experimental::SOFIE::onnx::NodeProto::output ( int i) const
inline

Definition at line 512 of file onnx.hxx.

◆ output_size()

int TMVA::Experimental::SOFIE::onnx::NodeProto::output_size ( ) const
inline

Definition at line 511 of file onnx.hxx.

◆ ParseFrom()

void TMVA::Experimental::SOFIE::onnx::NodeProto::ParseFrom ( detail::WireReader r)
inline

Definition at line 517 of file onnx.hxx.

Member Data Documentation

◆ fAttribute

std::vector<AttributeProto> TMVA::Experimental::SOFIE::onnx::NodeProto::fAttribute
private

Definition at line 540 of file onnx.hxx.

◆ fInput

std::vector<std::string> TMVA::Experimental::SOFIE::onnx::NodeProto::fInput
private

Definition at line 538 of file onnx.hxx.

◆ fName

std::string TMVA::Experimental::SOFIE::onnx::NodeProto::fName
private

Definition at line 539 of file onnx.hxx.

◆ fOpType

std::string TMVA::Experimental::SOFIE::onnx::NodeProto::fOpType
private

Definition at line 539 of file onnx.hxx.

◆ fOutput

std::vector<std::string> TMVA::Experimental::SOFIE::onnx::NodeProto::fOutput
private

Definition at line 538 of file onnx.hxx.

  • tmva/sofie_parsers/src/onnx.hxx