Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ convolution_info
Method
convolution_info
src/graph/nodes/ConvolutionLayerNode.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
PadStrideInfo ConvolutionLayerNode::convolution_info() const
72
{
73
return _info;
74
}
75
76
unsigned int ConvolutionLayerNode::num_groups() const
77
{
Callers
12
validate_convolution_layer
Function · 0.45
validate_depthwise_convolution_layer
Function · 0.45
create_fused_convolution_batch_normalization_layer
Function · 0.45
create_fused_depthwise_convolution_batch_normalization_layer
Function · 0.45
create_convolution_layer
Function · 0.45
create_depthwise_convolution_layer
Function · 0.45
add_convolution_layer_data
Function · 0.45
fuse_convolution_with_batch_normalization
Function · 0.45
fuse_depthwise_convolution_with_batch_normalization
Function · 0.45
fuse_pad_with_convolution
Function · 0.45
mutate
Method · 0.45
try_in_place_depthwiseconv
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected