MCPcopy Create free account
hub / github.com/chenhaoxing/HDNet / forward

Method forward

models/networks.py:15–16  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

13from models.att import LocalDynamics
14class Identity(nn.Module):
15 def forward(self, x):
16 return x
17
18def get_norm_layer(norm_type='instance'):
19 """Return a normalization layer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected