Skip to content

Commit

Permalink
skip_infer for skipgroupnorm
Browse files Browse the repository at this point in the history
  • Loading branch information
jambayk committed Nov 29, 2023
1 parent 483c490 commit 29f1a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime/python/tools/symbolic_shape_infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ def _onnx_infer_single_node(self, node):
"PythonOp",
"MultiHeadAttention",
"GroupNorm",
"SkipGroupNorm",
"BiasSplitGelu",
"BiasAdd",
"NhwcConv",
Expand Down

0 comments on commit 29f1a8f

Please sign in to comment.