(self, arg0_1)
| 339 | # After running, we get the final minified graph with the target node ``neg``: |
| 340 | |
| 341 | def forward2(self, arg0_1): |
| 342 | neg = torch.ops.aten.neg.default(arg0_1); arg0_1 = None |
| 343 | return (neg,) |
| 344 | |
| 345 | ###################################################################### |
| 346 | # For more usage details about Minifier, please refer to `Troubleshooting <https://pytorch.org/docs/stable/torch.compiler_troubleshooting.html>`_. |
nothing calls this directly
no outgoing calls
no test coverage detected