torch.nn.functional.conv2d(input, weight, bias=None, stride=1,padding=0,dilation=1,groups=1) -> Tensor Applies a 2D convolution over an input image composed of several input planes. The operator supports TensorFloat32.