Pads `xs` and `padding` to `length` using `pad_val` along the 2nd dim. Pads `xs` to `length` using `pad_val`, and `padding` using 1. Raise error if `x.shape[:2]` and `padding.shape` are not the same. Args: xs: A Tensor or a list of Tensors of shape [batch, seqlen] or [batch, seqlen
(xs, padding, length, pad_val)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected
searching dependent graphs…