↓ 2 callersFunctioninverse_divisible_pad_t De-pad network output to match its original shape Args: x: input of shape (B,C,H,W) for 2D data or (B,C,H,W,D) for 3D data p
monai/apps/reconstruction/networks/nets/utils.py:231
↓ 2 callersMethodmonai_warp Warping with MONAI Args: image_tensor: torch tensor of shape 2D: (1, 1, H, W) and 3D: (1, 1, D, H, W) ddf_ten
tests/data/test_itk_torch_bridge.py:197
↓ 2 callersFunctionreshape_batch_channel_to_channel_dim Detaches batch and channel dimensions. Args: x: input of shape (B*C,1,H,W,2) for 2D data or (B*C,1,H,W,D,2) for 3D data batc
monai/apps/reconstruction/networks/nets/utils.py:104
↓ 2 callersFunctionreshape_channel_to_batch_dim Combines batch and channel dimensions. Args: x: input of shape (B,C,H,W,2) for 2D data or (B,C,H,W,D,2) for 3D data Returns:
monai/apps/reconstruction/networks/nets/utils.py:79