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

Method forward

beginner_source/nlp/word_embeddings_tutorial.py:340–341  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

338 pass
339
340 def forward(self, inputs):
341 pass
342
343# Create your model and train. Here are some functions to help you make
344# the data ready for use by your module.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected