HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::Node::Relationships Class Reference

#include <graph.h>

Public Member Functions

 Relationships ()=default
 
void Clear () noexcept
 

Public Attributes

EdgeSet input_edges
 
EdgeSet output_edges
 
std::set< std::string > control_inputs
 

Detailed Description

Defines the relationships between this Node and other Nodes in the Graph.

Definition at line 535 of file graph.h.

Constructor & Destructor Documentation

onnxruntime::Node::Relationships::Relationships ( )
default

Member Function Documentation

void onnxruntime::Node::Relationships::Clear ( )
inlinenoexcept

Definition at line 539 of file graph.h.

Member Data Documentation

std::set<std::string> onnxruntime::Node::Relationships::control_inputs

The Node names of the control inputs to this Node.

Definition at line 552 of file graph.h.

EdgeSet onnxruntime::Node::Relationships::input_edges

The edges for Nodes that provide inputs to this Node.

Definition at line 546 of file graph.h.

EdgeSet onnxruntime::Node::Relationships::output_edges

The edges for Nodes that receive outputs from this Node.

Definition at line 549 of file graph.h.


The documentation for this class was generated from the following file: