Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/tutorials
/ forward
Method
forward
beginner_source/dcgan_faces_tutorial.py:430–431 ·
view source on GitHub ↗
(self, input)
Source
from the content-addressed store, hash-verified
428
)
429
430
def
forward(self, input):
431
return
self.main(input)
432
433
434
######################################################################
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected