↓ 1 callersMethod__init__(
self,
idim,
l_order,
r_order,
threshold=1.0,
dropout=0.1,
wenet/paraformer/paraformer.py:39
↓ 1 callersMethod__init__(
self,
idim,
l_order,
r_order,
threshold=1.0,
dropout=0.1,
wenet/paraformer/cif.py:26
↓ 1 callersMethod_sampler(self, encoder_out, encoder_out_mask, ys_pad, ys_pad_lens,
pre_acoustic_embeds)
wenet/paraformer/paraformer.py:236
↓ 1 callersMethodbatch_to_cache Args: cache: [state_m, state_c] state_ms: [1*n_layers, bs, ...] state_cs: [1*n_layers, bs, ...]
wenet/transducer/predictor.py:128
↓ 1 callersMethodcache_to_batch Args: cache : [[state_m_1, state_c_1], [state_m_1, state_c_1]...] Returns: new_caceh: [state_ms, state_cs],
wenet/transducer/predictor.py:150