l是多个长度不同的句子(list),使用zip_longest padding成定长,长度为最长句子的长度 在zeroPadding函数中隐式转置 [batch_size, max_seq_len] ==> [max_seq_len, batch_size]
(l, fillvalue)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected