(self, ys, state, x)
| 133 | return decoded, ys_in_lens |
| 134 | |
| 135 | def score(self, ys, state, x): |
| 136 | raise NotImplementedError |
| 137 | |
| 138 | def batch_score( |
| 139 | self, ys: torch.Tensor, states: List[Any], xs: torch.Tensor |
no outgoing calls
no test coverage detected