Why is reflection and reflect pad only implemented for certain dimensions?

Quoting from the documentation:

Replicate padding is implemented for padding the last 3 dimensions of 5D input tensor, or the last 2 dimensions of 4D input tensor, or the last dimension of 3D input tensor. Reflect padding is only implemented for padding the last 2 dimensions of 4D input tensor, or the last dimension of 3D input tensor.

Is this by choice?

2 Likes