pad# bayesflow.utils.pad(x: Tensor, value: float | Tensor, n: int, axis: int, side: str = 'both') → Tensor[source]# Pad x with n values along axis on the given side. The pad value must broadcast against the shape of x, except for the pad axis, where it must broadcast against n.