(self, module)
| 24 | class Catcher(nn.Module): |
| 25 | |
| 26 | def __init__(self, module): |
| 27 | super().__init__() |
| 28 | self.module = module |
| 29 | |
| 30 | def forward(self, inp, **kwargs): |
| 31 | inps[cache['i']] = inp |
nothing calls this directly
no outgoing calls
no test coverage detected