ArmNN
NotReleased
|
#include <DotSerializer.hpp>
Public Member Functions | |
NodeContent (std::ostream &stream) | |
NodeContent & | SetName (const std::string &name) |
NodeContent & | AddContent (const std::string &content) |
~NodeContent () | |
Public Member Functions inherited from DotBase | |
DotBase (std::ostream &stream) | |
std::ostream & | GetStream () |
Definition at line 88 of file DotSerializer.hpp.
|
explicit |
Definition at line 136 of file DotSerializer.cpp.
~NodeContent | ( | ) |
NodeContent & AddContent | ( | const std::string & | content | ) |
Definition at line 147 of file DotSerializer.cpp.
Referenced by Graph::SerializeToDot().
NodeContent & SetName | ( | const std::string & | name | ) |
Definition at line 141 of file DotSerializer.cpp.