MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / forward

Method forward

modules/networks.py:63–66  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

61 self.out_features=out_features
62
63 def forward(self, input):
64 w= torch._weight_norm(self.weight, self.g, 0)
65 out=F.linear(input, w, self.bias)
66 return out
67
68
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected