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

Method forward

encoders/dinov2/layers/drop_path.py:33–34  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

31 self.drop_prob = drop_prob
32
33 def forward(self, x):
34 return drop_path(x, self.drop_prob, self.training)

Callers

nothing calls this directly

Calls 1

drop_pathFunction · 0.70

Tested by

no test coverage detected