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:
parent
8453b6395a
commit
d6ab463ab5
@ -101,6 +101,7 @@ class OpVersioning(BackReplacementPattern):
|
||||
"Select",
|
||||
"Selu",
|
||||
"ShapeOf",
|
||||
"ShuffleChannels",
|
||||
"Sigmoid",
|
||||
"Sign",
|
||||
"Sin",
|
||||
|
Loading…
Reference in New Issue
Block a user