Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ accept
Method
accept
src/graph/nodes/ConcatenateLayerNode.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void ConcatenateLayerNode::accept(INodeVisitor &v)
134
{
135
v.visit(*this);
136
}
137
} // namespace graph
138
} // namespace arm_compute
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected