(self, x)
| 47 | extract_into_tensor(self.sqrt_one_minus_alphas_cumprod, t, x_start.shape) * noise) |
| 48 | |
| 49 | def forward(self, x): |
| 50 | return x, None |
| 51 | |
| 52 | def decode(self, x): |
| 53 | return x |
nothing calls this directly
no outgoing calls
no test coverage detected