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

Method accept

src/graph/nodes/ConstNode.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void ConstNode::accept(INodeVisitor &v)
62{
63 v.visit(*this);
64}
65} // namespace graph
66} // namespace arm_compute

Callers 2

print_nodesMethod · 0.45
test_startMethod · 0.45

Calls 1

visitMethod · 0.45

Tested by 1

test_startMethod · 0.36