Skip to content

Commit 6b1c5e3

Browse files
committed
add MIT license information to source code
1 parent 0cd7e14 commit 6b1c5e3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/onnx_ir/passes/common/onnx_float_16.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
import itertools
210
import warnings
311

tests/onnx_float_16_test.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
import os
210
import typing
311

0 commit comments

Comments
 (0)