↓ 2 callersFunction_reshape_tensor_torchReshape the tensor to the shape of (B, C, K, H, W) or (B, C, H, K, W) for 1D convolution. Args: tensor (Tensor): Tensor to be reshaped.
image_quality_assessment.py:274
↓ 1 callersFunction_reshape_input_torchReshape the input tensor to 4-dim tensor Args: tensor (Tensor): shape (b, c, h, w) or (c, h, w) or (h, w) Returns: tensor (T
image_quality_assessment.py:103