(self, module)
| 24 | """ |
| 25 | |
| 26 | def __init__(self, module): |
| 27 | super().__init__() |
| 28 | self._module = module |
| 29 | |
| 30 | |
| 31 | def forward(self, *inputs, pass_through: List[str] = None, **kwargs): |
nothing calls this directly
no outgoing calls
no test coverage detected