Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
unsigned int ConvolutionLayerNode::num_groups() const
77
{
78
return _num_groups;
79
}
80
81
ActivationLayerInfo ConvolutionLayerNode::fused_activation() const
82
{
Callers
7
validate_channel_shuffle_layer
Function · 0.45
validate_convolution_layer
Function · 0.45
create_fused_convolution_batch_normalization_layer
Function · 0.45
create_channel_shuffle_layer
Function · 0.45
create_convolution_layer
Function · 0.45
fuse_convolution_with_batch_normalization
Function · 0.45
mutate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected