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

Method forward

monai/visualize/gradient_based.py:53–55  ·  view source on GitHub ↗
(self, x: torch.Tensor)

Source from the content-addressed store, hash-verified

51 """
52
53 def forward(self, x: torch.Tensor) -> torch.Tensor:
54 out: torch.Tensor = _AutoGradReLU.apply(x)
55 return out
56
57
58class VanillaGrad:

Callers

nothing calls this directly

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected