Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ forward
Method
forward
test/jit/test_tracer.py:2576–2577 ·
view source on GitHub ↗
(self, input)
Source
from the content-addressed store, hash-verified
2574
self.lower = LowerModuleImpl()
2575
2576
def
forward(self, input):
2577
return
self.lower(input)
2578
2579
class
WrapperModule(torch.nn.Module):
2580
def
__init__(self, m):
Callers
nothing calls this directly
Calls
1
lower
Method · 0.45
Tested by
no test coverage detected