MCPcopy Create free account
hub / github.com/TimSeizinger/Bokehlicious / forward

Method forward

method/nn_util.py:16–17  ·  view source on GitHub ↗
(self, x=None, *args, **kwargs)

Source from the content-addressed store, hash-verified

14 super(IdentityMod, self).__init__()
15
16 def forward(self, x=None, *args, **kwargs) -> Tensor:
17 return x
18
19class ConcatTensors(nn.Module):
20 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected