Methodforward(self, w, r_emb, r_w_bias, r_bias, attn_mask=None, mems=None)
pytorch_pretrained/modeling_transfo_xl.py:622
Methodforward(self, dec_inp, r_emb, r_w_bias, r_bias, dec_attn_mask=None, mems=None)
pytorch_pretrained/modeling_transfo_xl.py:729
Methodforward(self, input_ids, position_ids=None, token_type_ids=None, lm_labels=None, past=None)
pytorch_pretrained/modeling_gpt2.py:618
Methodforward(self, input_ids, mc_token_ids, lm_labels=None, mc_labels=None, token_type_ids=None, position_ids=None, past=N
pytorch_pretrained/modeling_gpt2.py:695
Methodforward(self, input_ids, token_type_ids=None, attention_mask=None, masked_lm_labels=None, next_sentence_label=None)
pytorch_pretrained/modeling.py:797
Methodforward(self, input_ids, token_type_ids=None, attention_mask=None, start_positions=None, end_positions=None)
pytorch_pretrained/modeling.py:1198
Methodforward(self, input_ids, mc_token_ids, lm_labels=None, mc_labels=None, token_type_ids=None, position_ids=None)
pytorch_pretrained/modeling_openai.py:807