pad2d

fun <T : DType, V> Tensor<T, V>.pad2d(padLeft: Int, padRight: Int, padTop: Int, padBottom: Int): Tensor<T, V>(source)