conv2d Interface

interface
public module function conv2d(input, kernel, stride, dilation) result(output)

Arguments

Type IntentOptional Attributes Name
type(array_type), intent(in), target :: input
type(array_type), intent(in), target :: kernel
integer, intent(in), dimension(2) :: stride
integer, intent(in), dimension(2) :: dilation

Return Value type(array_type),pointer