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 (microsoft#76)

Co-authored-by: Ted Themistokleous <[email protected]>
  • Loading branch information
TedThemistokleous and Ted Themistokleous committed Nov 12, 2024
1 parent f7d1f0f commit 99266d0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ GetUnsupportedNodeIndices(const GraphViewer& graph_viewer,
"ATen",
"AveragePool",
"BatchNormalization",
"BiasGelu",
"Cast",
"Ceil",
"Celu",
Expand All @@ -826,12 +827,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 99266d0

Please sign in to comment.