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

Method forward

beginner_source/dcgan_faces_tutorial.py:358–359  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

356 )
357
358 def forward(self, input):
359 return self.main(input)
360
361
362######################################################################

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected