MCPcopy Create free account
hub / github.com/MotrixLab/FineMoGen / forward

Method forward

mogen/models/rnns/t2m_bigru.py:66–67  ·  view source on GitHub ↗
(self, pos)

Source from the content-addressed store, hash-verified

64 self.register_buffer('pe', pe)
65
66 def forward(self, pos):
67 return self.pe[pos]
68
69
70@SUBMODULES.register_module()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected