Is your feature request related to a problem? Please describe.
Many ops assume the right padding.
We want to establish a standard where ops assume padding to be junk.
Describe the solution you'd like
We want to make it easier for ops to re-pad tensors with valid data
Describe alternatives you've considered
none
Additional context
Ideally the next step we should allow to pass an additional arg which would specify the pad info (like whether tensor is padded with -inf, inf, 0 or unknown).
Is your feature request related to a problem? Please describe. Many ops assume the right padding. We want to establish a standard where ops assume padding to be junk.
Describe the solution you'd like We want to make it easier for ops to re-pad tensors with valid data
Describe alternatives you've considered none
Additional context Ideally the next step we should allow to pass an additional arg which would specify the pad info (like whether tensor is padded with -inf, inf, 0 or unknown).