avgPool2d

fun <T : DType, V> Tensor<T, V>.avgPool2d(kernelSize: Pair<Int, Int>, stride: Pair<Int, Int> = kernelSize, padding: Pair<Int, Int> = 0 to 0, countIncludePad: Boolean = true): Tensor<T, V>(source)