ConstantPadNd ============= Pads a tensor with a constant value. **Abstract Signature:** ``ConstantPadNd(input: Tensor, pad: List[int], value: float = 0.0)`` .. raw:: html
torch.constant_pad_nd
—