Skip to content

Commit 0ca7604

Browse files
authored
Update onnxscript/ir/_schemas.py
1 parent 56c1bba commit 0ca7604

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

onnxscript/ir/_schemas.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ def _get_type_from_str(
151151
152152
A type str has the form of "tensor(float)" or composite type like "seq(tensor(float))".
153153
"""
154-
155-
# TODO: Upstream this to IR
156-
157154
# Split the type_str a sequence types and dtypes
158155
# 1. Remove the ending ")"
159156
striped = type_str.rstrip(")")

0 commit comments

Comments
 (0)