MCPcopy Create free account
hub / github.com/TrustAGI-Lab/MTGODE / forward

Method forward

layer.py:46–47  ·  view source on GitHub ↗
(self,x)

Source from the content-addressed store, hash-verified

44 self.mlp = torch.nn.Conv2d(c_in, c_out, kernel_size=(1, 1), padding=(0,0), stride=(1,1), bias=bias)
45
46 def forward(self,x):
47 return self.mlp(x)
48
49
50class prop(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected