Skip to content

Commit

Permalink
Add support for gelu, fast gelu, bias gelu standard and microsoft con…
Browse files Browse the repository at this point in the history
…trib ops
  • Loading branch information
Ted Themistokleous committed Nov 6, 2024
1 parent fd06f82 commit d163f50
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"ATen",
"AveragePool",
"BatchNormalization",
"BiasGelu",
"Cast",
"Ceil",
"Celu",
Expand All @@ -824,12 +825,14 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"Exp",
"Expand",
"EyeLike",
"FastGelu",
"Flatten",
"Floor",
"GRU",
"Gather",
"GatherElements",
"GatherND",
"Gelu",
"Gemm",
"GlobalAveragePool",
"GlobalMaxPool",
Expand Down

0 comments on commit d163f50

Please sign in to comment.