MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / set_enabled

Method set_enabled

src/graph/nodes/ConcatenateLayerNode.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void ConcatenateLayerNode::set_enabled(bool is_enabled)
45{
46 _is_enabled = is_enabled;
47}
48
49bool ConcatenateLayerNode::is_enabled() const
50{

Callers 1

mutateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected