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

Method accept

src/graph/nodes/PoolingLayerNode.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void PoolingLayerNode::accept(INodeVisitor &v)
97{
98 v.visit(*this);
99}
100} // namespace graph
101} // namespace arm_compute

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected