MCPcopy Create free account
hub / github.com/OUCMachineLearning/OUCML / forward

Method forward

AutoML/darts-master/cnn/operations.py:74–75  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

72 super(Identity, self).__init__()
73
74 def forward(self, x):
75 return x
76
77
78class Zero(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected