Пример #1
0
def conv(x, y, mode=2):
    'convolve x with y'
    return convolve(x,y,mode)
Пример #2
0
def conv(x, y, mode=2):
    'convolve x with y'
    return convolve(x, y, mode)