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

Method accept

src/graph/nodes/ReductionLayerNode.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected