Compute the noised input xt = alpha_t * x + sigma_t * noise. Args: x: A `torch.Tensor` with shape `(batch_size, *shape)`. t: A `torch.Tensor` with shape `(t_size,)`. Returns: xt with shape `(t_size, batch_size, *shape)`.
(self, x, t, noise=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected