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

Method forward

method/nn_util.py:30–31  ·  view source on GitHub ↗
(self, x: Tensor, skip: Tensor)

Source from the content-addressed store, hash-verified

28 super(SkipConnection, self).__init__()
29
30 def forward(self, x: Tensor, skip: Tensor) -> Tensor:
31 return x + skip
32
33class ApplyVectorWeights(nn.Module):
34 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected