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

Co-authored-by: Ted Themistokleous <[email protected]>
  • Loading branch information
TedThemistokleous and Ted Themistokleous authored Nov 12, 2024
1 parent d9f0ef8 commit d906a82
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 d906a82

Please sign in to comment.