MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / forward

Method forward

monai/networks/layers/drop_path.py:46–47  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

44 return x * random_tensor
45
46 def forward(self, x):
47 return self.drop_path(x, self.drop_prob, self.training, self.scale_by_keep)

Callers

nothing calls this directly

Calls 1

drop_pathMethod · 0.95

Tested by

no test coverage detected