MCPcopy Create free account
hub / github.com/pytorch/tutorials / forward2

Function forward2

intermediate_source/inductor_debug_cpu.py:341–343  ·  view source on GitHub ↗
(self, arg0_1)

Source from the content-addressed store, hash-verified

339# After running, we get the final minified graph with the target node ``neg``:
340
341def 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>`_.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected