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

Function forward1

intermediate_source/inductor_debug_cpu.py:103–107  ·  view source on GitHub ↗
(self, arg0_1, arg1_1)

Source from the content-addressed store, hash-verified

101#
102
103def forward1(self, arg0_1, arg1_1):
104 neg = torch.ops.aten.neg.default(arg0_1); arg0_1 = None
105 maximum = torch.ops.aten.maximum.default(arg1_1, neg); arg1_1 = neg = None
106 clone = torch.ops.aten.clone.default(maximum); maximum = None
107 return (clone,)
108
109######################################################################
110# C++ kernel in ``output_code``:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected