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

Method accept

src/graph/nodes/BoundingBoxTransformLayerNode.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void BoundingBoxTransformLayerNode::accept(INodeVisitor &v)
75{
76 v.visit(*this);
77}
78} // namespace graph
79} // namespace arm_compute

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected