Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
caffe2::transform::Node Struct Reference

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
 

Detailed Description

Graph representation of an operator.

Definition at line 19 of file graph.h.


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