Understanding F.conv2d_weight and conv2d_input (Conv2D implementation in general)

Hi,

This function is implemented in cpp for better speed.
You can check this question Source code for conv2d to see where this implementation is.