MCPcopy 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
71PadStrideInfo ConvolutionLayerNode::convolution_info() const
72{
73 return _info;
74}
75
76unsigned int ConvolutionLayerNode::num_groups() const
77{

Calls

no outgoing calls

Tested by

no test coverage detected