Added quantized_decomposed quantization unit tests
build_jenkins
build_jenkins
Please add label for code freeze
build_jenkins
build_jenkins
build_jenkins
For some reason I can't run these tests locally. I get error:
E AttributeError: '_OpNamespace' 'quantized_decomposed' object has no attribute 'quantize_per_channel'
build_jenkins
For some reason I can't run these tests locally. I get error:
E AttributeError: '_OpNamespace' 'quantized_decomposed' object has no attribute 'quantize_per_channel'
The test was broken due to one of the recent changes in the master branch (Removing "import openvino.torch"). I added the required import into the test.
build_jenkins