Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ __init__
Method
__init__
monai/transforms/croppad/array.py:358–359 ·
view source on GitHub ↗
(self, lazy: bool = False)
Source
from the content-addressed store, hash-verified
356
backend = [TransformBackends.TORCH]
357
358
def
__init__(self, lazy: bool = False):
359
LazyTransform.__init__(self, lazy)
360
361
@staticmethod
362
def
compute_slices(
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected