Converting fully connected weights to convolution

how do i convert a layer of fully connected weights to convolution style computations.

Could you explain a bit more about your use case?
Assuming we have a Linear layer with in_features=10 and out_features=20.
How would you like to apply this weight matrix on what kind of input?