openvino icon indicating copy to clipboard operation
openvino copied to clipboard

Added quantized_decomposed quantization unit tests

Open cavusmustafa opened this issue 1 year ago • 8 comments

cavusmustafa avatar May 07 '24 01:05 cavusmustafa

build_jenkins

suryasidd avatar May 07 '24 16:05 suryasidd

build_jenkins

suryasidd avatar May 09 '24 15:05 suryasidd

Please add label for code freeze

cavusmustafa avatar May 21 '24 01:05 cavusmustafa

build_jenkins

suryasidd avatar May 21 '24 04:05 suryasidd

build_jenkins

suryasidd avatar May 21 '24 07:05 suryasidd

build_jenkins

mvafin avatar May 21 '24 09:05 mvafin

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'

mvafin avatar May 21 '24 09:05 mvafin

build_jenkins

suryasidd avatar May 22 '24 07:05 suryasidd

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.

cavusmustafa avatar May 23 '24 01:05 cavusmustafa

build_jenkins

suryasidd avatar May 23 '24 07:05 suryasidd