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

Method forward

slowfast/models/common.py:42–43  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

40 self.dims = dims
41
42 def forward(self, x):
43 return x.permute(*self.dims)
44
45
46def drop_path(x, drop_prob: float = 0.0, training: bool = False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected