Public Member Functions | Data Fields
ngraph::RawNodeOutput Struct Reference
Collaboration diagram for ngraph::RawNodeOutput:
Collaboration graph
[legend]

Public Member Functions

 RawNodeOutput (const Output< Node > &value)
 
 RawNodeOutput (Node *node, size_t index)
 
 RawNodeOutput (const RawNodeOutput &)=default
 
RawNodeOutputoperator= (const RawNodeOutput &)=default
 
 operator Output< Node > ()
 
bool operator== (const RawNodeOutput &other) const
 
bool operator!= (const RawNodeOutput &other) const
 
bool operator< (const RawNodeOutput &other) const
 
bool operator> (const RawNodeOutput &other) const
 
bool operator<= (const RawNodeOutput &other) const
 
bool operator>= (const RawNodeOutput &other) const
 

Data Fields

Nodenode
 
size_t index {0}
 

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