Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ is_enabled
Method
is_enabled
src/graph/nodes/ConcatenateLayerNode.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
bool ConcatenateLayerNode::is_enabled() const
50
{
51
return _is_enabled;
52
}
53
54
DataLayoutDimension ConcatenateLayerNode::concatenation_axis() const
55
{
Callers
2
create_concatenate_layer
Function · 0.80
visit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected