SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
Public Member Functions | Protected Attributes | List of all members
smaug::DataflowGraphWriter Class Reference

DataflowGraphWriter writes the current network as a dot-graph file to the given ostream. More...

#include <network.h>

Detailed Description

DataflowGraphWriter writes the current network as a dot-graph file to the given ostream.

Definition at line 22 of file network.h.

Public Member Functions

 DataflowGraphWriter (const Graph &_graph)
 
void operator() (std::ostream &out, const Vertex &v)
 

Protected Attributes

const Graph & graph
 

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