mirror of https://github.com/llvm/torch-mlir
dcef4751f9
- The `self` name is being used as a keyword argument to the `torch.ops.aten.nll_loss_backward` function call, which produces name-conflict error with the python keyword `self` which is pointer to the current object. - This commit fixes this issue by replacing the keyword argument by positional argument. Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com> |
||
---|---|---|
.. | ||
torchscript |