Skip to content

Commit

Permalink
Extend float16 converter api with auto_mixed_precision (#543)
Browse files Browse the repository at this point in the history
Signed-off-by: BowenBao <bowbao@microsoft.com>
  • Loading branch information
BowenBao authored May 9, 2022
1 parent 92caa72 commit f87e306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxmltools/utils/float16_converter.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0

from onnxconverter_common.float16 import * # noqa
from onnxconverter_common.auto_mixed_precision import * # noqa

0 comments on commit f87e306

Please sign in to comment.