↓ 30 callersMethodregister(
self,
stats: Dict[str, Optional[Union[Num, Dict[str, Num]]]],
weight: Optional[Num]
espnet2/train/reporter.py:152
↓ 28 callersMethodselect_stateGet specified ID state from decoder hidden states. Args: states: Decoder hidden states. ((N, B, D_dec), (N, B, D_dec))
espnet2/asr/decoder/transducer_decoder.py:260
↓ 23 callersFunctionpad_listPerform padding for the list of tensors. Args: xs (List): List of Tensors [(T_1, `*`), (T_2, `*`), ..., (T_B, `*`)]. pad_value (f
espnet2/legacy/nets/pytorch_backend/nets_utils.py:34