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

Method num_groups

src/graph/nodes/ConvolutionLayerNode.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76unsigned int ConvolutionLayerNode::num_groups() const
77{
78 return _num_groups;
79}
80
81ActivationLayerInfo ConvolutionLayerNode::fused_activation() const
82{

Calls

no outgoing calls

Tested by

no test coverage detected