MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / default_visit

Method default_visit

src/graph/printers/DotGraphPrinter.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void DotGraphVisitor::default_visit(INode &n)
115{
116 ARM_COMPUTE_UNUSED(n);
117 _info.clear();
118}
119
120const std::string &DotGraphVisitor::info() const
121{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected