| 209 | return forward |
| 210 | |
| 211 | class DummyController: |
| 212 | |
| 213 | def __call__(self, *args): |
| 214 | return args[0] |
| 215 | |
| 216 | def __init__(self): |
| 217 | self.num_att_layers = 0 |
| 218 | |
| 219 | if controller is None: |
| 220 | controller = DummyController() |
no outgoing calls
no test coverage detected