Pad and slice x to the given shape. Args: x: A tensor. shape: The shape of the returned tensor. pad_val: An int or float used to pad x. pad_after_contents: Whether to pad and trim after the original contents of each dimension. Returns: 'x' is padded with pad_val and s
(x, shape, pad_val=0, pad_after_contents=True)
source not stored for this graph (policy: none)
no test coverage detected
searching dependent graphs…