afp_convolve2_nn
This version of convolution is consistent with the machine learning formulation that will spatially convolve a filter on 2-dimensions against a signal.
Arguments
- Input signal, values
- Input array, filter that will be used for the convolution operation
- Integer, number of stride dimension parameters
- Integer, number of padding dimension parameters
- Integer, number of dilation dimension parameters
Output
Convolved array
Examples