Failure of quantization for some models due to absence ShuffleChannels operation in some set (#8919)

* Added ShuffleChannels operation into OpVersioning.opset_1_types set.

* Fixed the attribute 'version' of the MO operation ShuffleChannels.

* Reverted opset change for the operation ShuffleChannels.
This commit is contained in:
Vladimir Gavrilov 2021-12-09 15:20:29 +03:00 committed by GitHub
parent 8453b6395a
commit d6ab463ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ class OpVersioning(BackReplacementPattern):
"Select",
"Selu",
"ShapeOf",
"ShuffleChannels",
"Sigmoid",
"Sign",
"Sin",