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

Definition at line 492 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 & onnx::NodeProto::attribute ( int i) const
inline

Definition at line 503 of file onnx.hxx.

◆ attribute_size()

int onnx::NodeProto::attribute_size ( ) const
inline

Definition at line 502 of file onnx.hxx.

◆ input() [1/2]

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

Definition at line 498 of file onnx.hxx.

◆ input() [2/2]

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

Definition at line 497 of file onnx.hxx.

◆ input_size()

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

Definition at line 496 of file onnx.hxx.

◆ name()

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

Definition at line 495 of file onnx.hxx.

◆ op_type()

const std::string & onnx::NodeProto::op_type ( ) const
inline

Definition at line 494 of file onnx.hxx.

◆ output() [1/2]

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

Definition at line 501 of file onnx.hxx.

◆ output() [2/2]

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

Definition at line 500 of file onnx.hxx.

◆ output_size()

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

Definition at line 499 of file onnx.hxx.

◆ ParseFrom()

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

Definition at line 505 of file onnx.hxx.

Member Data Documentation

◆ fAttribute

std::vector<AttributeProto> onnx::NodeProto::fAttribute
private

Definition at line 528 of file onnx.hxx.

◆ fInput

std::vector<std::string> onnx::NodeProto::fInput
private

Definition at line 526 of file onnx.hxx.

◆ fName

std::string onnx::NodeProto::fName
private

Definition at line 527 of file onnx.hxx.

◆ fOpType

std::string onnx::NodeProto::fOpType
private

Definition at line 527 of file onnx.hxx.

◆ fOutput

std::vector<std::string> onnx::NodeProto::fOutput
private

Definition at line 526 of file onnx.hxx.

  • tmva/sofie_parsers/src/onnx.hxx