MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / forward

Method forward

model/transformer_utils.py:54–55  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

52 self.drop_prob = drop_prob
53
54 def forward(self, x):
55 return drop_path(x, self.drop_prob, self.training)
56
57
58class GELU_(nn.Module):

Callers

nothing calls this directly

Calls 1

drop_pathFunction · 0.70

Tested by

no test coverage detected