填充方式与输出尺寸计算
对比valid、same和full填充的效果
output = ⌊(n + 2p - k) / s⌋ + 1
Valid (p=0)
Same (p=1)
Full (p=2)
↻ 重置