MCPcopy Create free account
hub / github.com/circuitnet/CircuitNet / forward

Method forward

net_delay_prediction/model.py:17–18  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

15 self.layers = torch.nn.Sequential(*fcs)
16
17 def forward(self, x):
18 return self.layers(x)
19
20class NetConv(torch.nn.Module):
21 def __init__(self, in_nf, in_ef, out_nf, h1=16, h2=16):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected