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

Method accept

src/graph/nodes/PrintLayerNode.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void PrintLayerNode::accept(INodeVisitor &v)
89{
90 v.visit(*this);
91}
92} // namespace graph
93} // namespace arm_compute

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected