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::stringcontrol_inputs
 

Detailed Description

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

Definition at line 537 of file graph.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 541 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 554 of file graph.h.

EdgeSet onnxruntime::Node::Relationships::input_edges

The edges for Nodes that provide inputs to this Node.

Definition at line 548 of file graph.h.

EdgeSet onnxruntime::Node::Relationships::output_edges

The edges for Nodes that receive outputs from this Node.

Definition at line 551 of file graph.h.


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