MCPcopy Create free account
hub / github.com/BIT-MCS/DRL-eFresh / forward

Method forward

methods/model.py:22–23  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

20
21class Flatten(nn.Module):
22 def forward(self, x):
23 return x.view(x.size(0), -1)
24
25
26class Model(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected