(self, src_pos)
| 223 | freeze=True) |
| 224 | |
| 225 | def forward(self, src_pos): |
| 226 | return self.position_enc(src_pos) |
| 227 | |
| 228 | @staticmethod |
| 229 | def get_sinusoid_encoding_table(n_position, d_hid, padding_idx=None): |
nothing calls this directly
no outgoing calls
no test coverage detected