How to use MobileNet_V3 with `depth multiplier`

The mobileNetV3 paper has depth multiplier parameter, that reduces the number of parameters. How to use this in pytorch implementation of MobileNet_V3_large. I see, no parameters with name depth multiplier or something is mentioned.

Also using different resolutions means just passing the desired resolution image to the model or is there also a parameter need to be mentioned for this?

Just mentioning the table the paper has mentioned with different multipliers and resolutions