MCPcopy Create free account
hub / github.com/OpenGVLab/UniFormerV2 / forward

Method forward

slowfast/models/operators.py:78–82  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

76 self.fc2_sig = nn.Sigmoid()
77
78 def forward(self, x):
79 x_in = x
80 for module in self.children():
81 x = module(x)
82 return x_in * x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected