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

Class BlendMode

monai/utils/enums.py:197–203  ·  view source on GitHub ↗

See also: :py:class:`monai.data.utils.compute_importance_map`

Source from the content-addressed store, hash-verified

195
196
197class BlendMode(StrEnum):
198 """
199 See also: :py:class:`monai.data.utils.compute_importance_map`
200 """
201
202 CONSTANT = "constant"
203 GAUSSIAN = "gaussian"
204
205
206class PytorchPadMode(StrEnum):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…