How to get all Conv2d layers' parameters in a model

I just want to iterate through a model and extract all Conv2d layer’s parameters

This should help Best way to iterate over weights of model