ONE - On-device Neural Engine
|
#include <DotGraph.h>
Public Member Functions | |
void | addNode (DotNode node) |
void | addEdge (DotEdge edge) |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const DotGraph &graph) |
Definition at line 40 of file DotGraph.h.
void mir::DotGraph::addEdge | ( | DotEdge | edge | ) |
Definition at line 24 of file DotGraph.cpp.
Referenced by mir::dumpGraph().
void mir::DotGraph::addNode | ( | DotNode | node | ) |
Definition at line 22 of file DotGraph.cpp.
Referenced by mir::dumpGraph().
|
friend |
Definition at line 26 of file DotGraph.cpp.