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

  1. Input signal, values
  2. Input array, filter that will be used for the convolution operation
  3. Integer, number of stride dimension parameters
  4. Integer, number of padding dimension parameters
  5. Integer, number of dilation dimension parameters

Output

Convolved array

Examples

afp_convolve2_nn