(self, input)
| 96 | ) |
| 97 | |
| 98 | def forward(self, input): |
| 99 | return self.net(input) |
| 100 | |
| 101 | benchNet = BenchNetTorch(3).to(device) |
| 102 | optim = torch.optim.Adam(benchNet.parameters(), lr=1e-3) |
nothing calls this directly
no outgoing calls
no test coverage detected