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

Method accept

src/graph/nodes/ArgMinMaxLayerNode.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void ArgMinMaxLayerNode::accept(INodeVisitor &v)
103{
104 v.visit(*this);
105}
106} // namespace graph
107} // namespace arm_compute

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected