↓ 4 callersMethod__init__(self, spatial_dims: int, in_channels: int, out_channels: int, kernel_size=3, strides=2, dropout=0.0)
monai/networks/nets/attentionunet.py:72
↓ 4 callersFunctioncompute_variance Args: y_pred: [N, C, H, W, D] or [N, C, H, W] or [N, C, H] where N is repeats, C is channels and H, W, D stand for Height, Wi
monai/metrics/active_learning_metrics.py:108
↓ 4 callersMethodcompute_w_affine(cls, spatial_rank, mat, img_size, sp_size, align_corners: bool = False)
monai/transforms/spatial/array.py:2342
↓ 4 callersFunctionconvert_box_to_standard_mode Convert given boxes to standard mode. Standard mode is "xyxy" or "xyzxyz", representing box format of [xmin, ymin, xmax, ymax] or [xmin,
monai/data/box_utils.py:606