File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
src/onnx_ir/passes/common Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Portions of this file are derived from work by Microsoft Corporation under the MIT License. This was modified by bjeffrey92 for use in ir-py.
2
+ # See below for original license and copyright.
3
+
4
+ # Copyright (c) Microsoft Corporation. All rights reserved.
5
+ # Licensed under the MIT License. See LICENSES/MIT.txt in the project root for
6
+ # license information.
7
+ # Original source: https://github.com/microsoft/onnxconverter-common/blob/209a47e18e6a4c3474273a0b2a5e8f1fda481643/onnxconverter_common/float16.py
8
+
1
9
import itertools
2
10
import warnings
3
11
Original file line number Diff line number Diff line change
1
+ # Portions of this file are derived from work by Microsoft Corporation under the MIT License. This was modified by bjeffrey92 for use in ir-py.
2
+ # See below for original license and copyright.
3
+
4
+ # Copyright (c) Microsoft Corporation. All rights reserved.
5
+ # Licensed under the MIT License. See LICENSES/MIT.txt in the project root for
6
+ # license information.
7
+ # Original source: https://github.com/microsoft/onnxconverter-common/blob/209a47e18e6a4c3474273a0b2a5e8f1fda481643/tests/test_float16.py
8
+
1
9
import os
2
10
import typing
3
11
You can’t perform that action at this time.
0 commit comments