Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps onnx-weekly from 1.21.0.dev20251103 to 1.21.0.dev20251117.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [onnx-weekly](https://github.com/onnx/onnx) from 1.21.0.dev20251103 to 1.21.0.dev20251117.
- [Release notes](https://github.com/onnx/onnx/releases)
- [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md)
- [Commits](https://github.com/onnx/onnx/commits)

---
updated-dependencies:
- dependency-name: onnx-weekly
  dependency-version: 1.21.0.dev20251117
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 24, 2025
@dependabot dependabot bot requested review from a team and titaiwangms as code owners November 24, 2025 00:38
@dependabot dependabot bot added the python Pull requests that update python code label Nov 24, 2025
@codecov
Copy link

codecov bot commented Nov 24, 2025

❌ 68 Tests Failed:

Tests completed Failed Passed Skipped
13134 68 13066 0
View the top 3 failed test(s) by shortest run time
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0228_test_cast_UINT2_to_UINT8_model_onnx
Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0874_test_castlike_FLOAT16_to_INT2_model_onnx
Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1318_test_cast_FLOAT16_to_UINT2_model_onnx
Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1496_test_cast_INT2_to_FLOAT16_model_onnx
Stack Traces | 0.001s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0122_test_castlike_INT2_to_FLOAT_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0293_test_castlike_INT2_to_FLOAT_expanded_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0300_test_castlike_FLOAT16_to_INT2_expanded_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0303_test_castlike_FLOAT16_to_UINT2_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0304_test_castlike_FLOAT16_to_UINT2_expanded_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0306_test_cast_FLOAT16_to_INT2_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0344_test_castlike_FLOAT_to_INT2_expanded_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0347_test_castlike_FLOAT_to_UINT2_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0348_test_castlike_FLOAT_to_UINT2_expanded_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0352_test_castlike_INT2_to_FLOAT16_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0353_test_castlike_INT2_to_FLOAT16_expanded_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0354_test_castlike_INT2_to_FLOAT_expanded_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0355_test_castlike_INT2_to_INT8_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0356_test_castlike_INT2_to_INT8_expanded_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0379_test_castlike_UINT2_to_FLOAT_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0380_test_castlike_UINT2_to_FLOAT16_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0381_test_castlike_UINT2_to_FLOAT16_expanded_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0383_test_castlike_UINT2_to_UINT8_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0384_test_castlike_UINT2_to_UINT8_expanded_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0405_test_cast_FLOAT16_to_INT2_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0407_test_cast_FLOAT16_to_UINT2_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0431_test_cast_INT2_to_FLOAT_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0432_test_cast_INT2_to_FLOAT16_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0433_test_cast_INT2_to_INT8_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0445_test_cast_UINT2_to_FLOAT_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0446_test_cast_UINT2_to_FLOAT16_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0447_test_cast_UINT2_to_UINT8_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0565_test_dequantizelinear_uint2_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 4
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "x"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 4
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0682_test_cast_UINT2_to_FLOAT16_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0719_test_castlike_FLOAT_to_INT2_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0879_test_quantizelinear_int2_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 3
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "y_zero_point"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 3
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0898_test_dequantizelinear_int2_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 4
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "x"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 4
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0924_test_castlike_INT2_to_INT8_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1056_test_castlike_INT2_to_FLOAT16_expanded_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1098_test_quantizelinear_int2_model_onnx
Stack Traces | 0.002s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 3
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "y_zero_point"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 3
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1345_test_castlike_INT2_to_FLOAT16_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1360_test_castlike_FLOAT_to_UINT2_expanded_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1389_test_castlike_FLOAT16_to_INT2_expanded_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1528_test_castlike_UINT2_to_FLOAT16_expanded_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1545_test_castlike_UINT2_to_FLOAT_expanded_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1683_test_castlike_FLOAT_to_INT2_expanded_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1751_test_castlike_UINT2_to_UINT8_model_onnx
Stack Traces | 0.002s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0144_test_cast_FLOAT_to_INT2_model_onnx
Stack Traces | 0.003s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0299_test_castlike_FLOAT16_to_INT2_model_onnx
Stack Traces | 0.003s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0343_test_castlike_FLOAT_to_INT2_model_onnx
Stack Traces | 0.003s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0351_test_castlike_INT2_to_FLOAT_model_onnx
Stack Traces | 0.003s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0429_test_cast_FLOAT_to_UINT2_model_onnx
Stack Traces | 0.003s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0903_test_castlike_UINT2_to_FLOAT_model_onnx
Stack Traces | 0.003s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1248_test_castlike_INT2_to_INT8_expanded_model_onnx
Stack Traces | 0.003s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1752_test_cast_INT2_to_INT8_model_onnx
Stack Traces | 0.003s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0382_test_castlike_UINT2_to_FLOAT_expanded_model_onnx
Stack Traces | 0.004s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0562_test_dequantizelinear_int2_model_onnx
Stack Traces | 0.004s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 4
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "x"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 4
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0703_test_cast_INT2_to_FLOAT_model_onnx
Stack Traces | 0.004s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0788_test_dequantizelinear_uint2_model_onnx
Stack Traces | 0.004s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 4
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "x"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 4
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1101_test_quantizelinear_uint2_model_onnx
Stack Traces | 0.004s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 3
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "y_zero_point"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 3
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1619_test_castlike_FLOAT_to_UINT2_model_onnx
Stack Traces | 0.004s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0427_test_cast_FLOAT_to_INT2_model_onnx
Stack Traces | 0.005s run time
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
C:\hostedtoolcache\windows\Python\3.12.10\x64\Lib\enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 26 is not a valid DataType

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 26
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 26
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
.nox\test_onnx_weekly\Lib\site-packages\parameterized\parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.nox\test_onnx_weekly\Lib\site-packages\onnx_ir\serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0646_test_castlike_UINT2_to_UINT8_expanded_model_onnx
Stack Traces | 0.005s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1079_test_cast_UINT2_to_FLOAT_model_onnx
Stack Traces | 0.005s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0720_test_quantizelinear_uint2_model_onnx
Stack Traces | 0.006s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 3
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "y_zero_point"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 3
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1027_test_castlike_FLOAT16_to_UINT2_model_onnx
Stack Traces | 0.006s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0147_test_cast_FLOAT_to_UINT2_model_onnx
Stack Traces | 0.007s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:800: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "output"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_0846_test_castlike_UINT2_to_FLOAT16_model_onnx
Stack Traces | 0.007s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 7
E       }
E       dim {
E         dim_value: 1
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "input"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 7
E         }
E         dim {
E           dim_value: 1
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph
tests.serde_roundtrip_test.SerdeTest::test_serialization_deserialization_produces_same_model_1284_test_castlike_FLOAT16_to_UINT2_expanded_model_onnx
Stack Traces | 0.008s run time
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:1027: in deserialize_type_proto_for_type
    return _core.TensorType(_enums.DataType(elem_type), denotation=denotation)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:751: in __call__
    return cls.__new__(cls, value)
           ^^^^^^^^^^^^^^^^^^^^^^^
....../Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py:1170: in __new__
    raise ve_exc
E   ValueError: 25 is not a valid DataType

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:937: in deserialize_value_info_proto
    value.type = deserialize_type_proto_for_type(proto.type)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_type_proto_for_type with: tensor_type {
E     elem_type: 25
E     shape {
E       dim {
E         dim_value: 0
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:100: in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:716: in _deserialize_graph
    deserialize_value_info_proto(info, value)
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling deserialize_value_info_proto with: name: "like"
E   type {
E     tensor_type {
E       elem_type: 25
E       shape {
E         dim {
E           dim_value: 0
E         }
E       }
E     }
E   }

The above exception was the direct cause of the following exception:
..../test_onnx_weekly/lib/python3.12.../site-packages/parameterized/parameterized.py:620: in standalone_func
    return func(*(a + p.args), **p.kwargs, **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/serde_roundtrip_test.py:60: in test_serialization_deserialization_produces_same_model
    ir_model = ir.serde.deserialize_model(model)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:600: in deserialize_model
    graph = _deserialize_graph(proto.graph, [])
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..../test_onnx_weekly/lib/python3.12............................../site-packages/onnx_ir/serde.py:102: in wrapper
    raise SerdeError(
E   onnx_ir.serde.SerdeError: Error calling _deserialize_graph with: main_graph

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

A newer version of onnx-weekly exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@justinchuby justinchuby enabled auto-merge (squash) December 12, 2025 23:11
@justinchuby justinchuby disabled auto-merge December 12, 2025 23:11
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@justinchuby justinchuby deleted the dependabot/pip/requirements/ci/onnx-weekly-1.21.0.dev20251117 branch December 12, 2025 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants