(self, timesteps)
| 222 | ) |
| 223 | |
| 224 | def forward(self, timesteps): |
| 225 | output = self.time_embed(self.sequence_pos_encoder.pe[timesteps]) |
| 226 | output = output.permute(1, 0, 2) |
| 227 | return output |
nothing calls this directly
no outgoing calls
no test coverage detected