(self, inputs, targets, do_rmi=None)
| 131 | ignore_index=ignore_index) |
| 132 | |
| 133 | def forward(self, inputs, targets, do_rmi=None): |
| 134 | return self.nll_loss(F.log_softmax(inputs, dim=1), targets) |
| 135 | |
| 136 | |
| 137 | def customsoftmax(inp, multihotmask): |
nothing calls this directly
no outgoing calls
no test coverage detected