Skip to content

Commit

Permalink
Add support for GroupNormalization and LayerNormalization operators (#73
Browse files Browse the repository at this point in the history
)

* Add support for GroupNormalization and LayerNormalization operators
  • Loading branch information
TedThemistokleous authored Oct 18, 2024
1 parent 5da7c5a commit 7aa08d5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"GlobalMaxPool",
"Greater",
"GreaterOrEqual",
"GroupNormalization",
"GroupQueryAttention",
"HardSigmoid",
"HardSwish",
Expand All @@ -842,6 +843,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"ImageScaler",
"InstanceNormalization",
"IsNan",
"LayerNormalization",
"LeakyRelu",
"Less",
"LessOrEqual",
Expand Down

0 comments on commit 7aa08d5

Please sign in to comment.