24 #ifndef ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H 25 #define ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H 47 const std::string &
info()
const;
74 void print(
const Graph &g, std::ostream &os)
override;
82 void print_header(
const Graph &g, std::ostream &os);
88 void print_footer(
const Graph &g, std::ostream &os);
94 void print_nodes(
const Graph &g, std::ostream &os);
100 void print_edges(
const Graph &g, std::ostream &os);
Default visitor implementation.
Batch Normalization Layer node.
Fused Depthwise Convolution Batch Normalization node.
Normalization Layer node.
DotGraphVisitor()=default
Default Constructor.
const std::string & info() const
Returns the output information of the last visited node.
Copyright (c) 2017-2021 Arm Limited.
Batch Normalization node.
virtual void visit(INode &n)=0
Visit INode.
void visit(ActivationLayerNode &n) override
Visit ActivationLayerNode.
Concatenation Layer node.
void default_visit() override
Function to be overloaded by the client and implement default behavior for the non-overloaded visitor...
Depthwise Convolution Layer node.