Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ accept
Method
accept
src/graph/nodes/FullyConnectedLayer.cpp:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void FullyConnectedLayerNode::accept(INodeVisitor &v)
151
{
152
v.visit(*this);
153
}
154
} // namespace graph
155
} // namespace arm_compute
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected