You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update optimizer opset versions to sync with CPU kernel registrations
Update operator opset version lists in optimizer fusion patterns to include
the latest versions registered in cpu_execution_provider.cc:
- Conv: {1, 11} → {1, 11, 22} in all fusion files
- HardSigmoid: {6} → {6, 22} in conv/gemm fusion files
- Activation operators in gemm_activation_fusion: add missing versions
(Elu +22, LeakyRelu +16, Selu +22, Softplus +22, Softsign +22, ThresholdedRelu +22)
- Dropout: add version 22 in elimination and fusion files
- MaxPool: add version 22 in nchwc_transformer and pad_fusion
- AveragePool: add versions 19, 22 in nchwc_transformer and pad_fusion
- GlobalMaxPool/GlobalAveragePool: add version 22 in nchwc_transformer
- Transpose: add version 21 in nchwc_transformer, gemm_transpose_fusion,
attention_fusion_helper
- BatchNormalization: add version 15 in nchwc_transformer
- Resize: add versions 18, 19 in nchwc_transformer
- QDQ propagation: add versions 22-25 for MaxPool, Reshape, Transpose,
Squeeze, Unsqueeze
Co-authored-by: titaiwangms <18010845+titaiwangms@users.noreply.github.com>
0 commit comments