Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ accept
Method
accept
src/graph/nodes/SoftmaxLayerNode.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void SoftmaxLayerNode::accept(INodeVisitor &v)
77
{
78
v.visit(*this);
79
}
80
} // namespace graph
81
} // namespace arm_compute
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected