mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
[MIGraphX EP] Add GroupNormalization and LayerNormalization Support (#22503)
Need this to ensure we use GroupNormalization and LayerNormalization operators in MIGraphX
This commit is contained in:
parent
34a61e2df4
commit
c1f7485193
1 changed files with 2 additions and 0 deletions
|
|
@ -835,6 +835,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
|
|||
"GlobalMaxPool",
|
||||
"Greater",
|
||||
"GreaterOrEqual",
|
||||
"GroupNormalization",
|
||||
"GroupQueryAttention",
|
||||
"HardSigmoid",
|
||||
"HardSwish",
|
||||
|
|
@ -843,6 +844,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
|
|||
"ImageScaler",
|
||||
"InstanceNormalization",
|
||||
"IsNan",
|
||||
"LayerNormalization",
|
||||
"LeakyRelu",
|
||||
"Less",
|
||||
"LessOrEqual",
|
||||
|
|
|
|||
Loading…
Reference in a new issue