17#ifndef __LOCOP_FORMATTED_GRAPH_H__
18#define __LOCOP_FORMATTED_GRAPH_H__
40 virtual void dump(std::ostream &os)
const = 0;
59 void dump(std::ostream &os)
const final;
64 _factory = std::move(f);
74 std::unique_ptr<NodeSummaryBuilderFactory> _factory =
nullptr;
84 return fmt<F>(g.get());
void dump(const coco::Op *op, int indent)
FormattedGraphImpl< F > fmt(loco::Graph *g)
std::ostream & operator<<(std::ostream &, const FormattedGraph &)