MCPcopy 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
49bool ConcatenateLayerNode::is_enabled() const
50{
51 return _is_enabled;
52}
53
54DataLayoutDimension ConcatenateLayerNode::concatenation_axis() const
55{

Callers 2

create_concatenate_layerFunction · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected