Graph representation of an operator. More...
#include <graph.h>
Public Member Functions | |
| Node (const OperatorDef &op, bool active, std::map< int, std::vector< string >> parents, std::map< int, std::vector< string >> children) | |
Data Fields | |
| OperatorDef | op |
| bool | active = true |
| std::map< int, std::vector< string > > | parents |
| std::map< int, std::vector< string > > | children |
1.8.11