Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ __init__
Method
__init__
monai/inferers/inferer.py:427–428 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
425
""
"
426
427
def
__init__(self) -> None:
428
Inferer.__init__(self)
429
430
def
__call__(
431
self, inputs: torch.Tensor, network: Callable[..., torch.Tensor], *args: Any, **kwargs: Any
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected