r"""Fills the input Tensor with values drawn from a truncated normal distribution. The values are effectively drawn from the normal distribution :math:`\mathcal{N}(\text{mean}, \text{std}^2)` with values outside :math:`[a, b]` redrawn until they are within the bounds. The method used
(tensor, mean=0., std=1., a=-2., b=2.)
source not stored for this graph (policy: none)
no test coverage detected