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

Method forward

slowfast/models/stem_helper.py:317–320  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

315 )
316
317 def forward(self, x):
318 x = self.proj(x)
319 # B C (T) H W -> B (T)HW C
320 return x.flatten(2).transpose(1, 2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected