↓ 2 callersMethod__init__(self, enc_v_dim, dec_v_dim, emb_dim, units, max_pred_len, start_token, end_token)
simple_realize/seq2seq_attention.py:44
↓ 1 callersMethod__init__(self, enc_v_dim, dec_v_dim, emb_dim, units, max_pred_len, start_token, end_token)
simple_realize/seq2seq.py:16
↓ 1 callersMethod__init__(self, enc_v_dim, dec_v_dim, emb_dim, units, max_pred_len, start_token, end_token)
simple_realize/cnn-lm.py:16
↓ 1 callersMethoddecode(self, batch,enc_o, h, c, y=None, training=None)
simple_realize/seq2seq_attention.py:85