DBR Quantization: Add support for functional conv variants (#71795)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/71795
This commit expands the API coverage of functional conv
ops in DBR quantization from F.conv2d to all conv variants.
Test Plan:
python test/test_quantization.py TestQuantizeDBRIndividualOps.test_conv_functional
Imported from OSS
Reviewed By: albanD
Differential Revision: D33907099
fbshipit-source-id: f459c219482822f64c7c9d22cd316c6e9ef44405
(cherry picked from commit acf4548e8d96a332d3f5d11c62599c2186d8212a)