(self)
| 785 | self.init_weights() |
| 786 | |
| 787 | def get_output_embeddings(self): |
| 788 | return self.cls.predictions.decoder |
| 789 | |
| 790 | @add_start_docstrings_to_callable(BERT_INPUTS_DOCSTRING.format("(batch_size, sequence_length)")) |
| 791 | def forward( |
nothing calls this directly
no outgoing calls
no test coverage detected