We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b498685 commit 61945d9Copy full SHA for 61945d9
QEfficient/base/onnx_transforms.py
@@ -3,13 +3,14 @@
3
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4
# SPDX-License-Identifier: BSD-3-Clause
5
#
6
-# -----------------------------------------------------------------------------
+# ----------------------------------------------------------------------------
7
8
import os
9
-from typing import Optional, Tuple
10
import numpy as np
11
-from onnx import ModelProto, external_data_helper, numpy_helper
+from typing import Optional, Tuple
12
from concurrent.futures import ThreadPoolExecutor
+from onnx import ModelProto, external_data_helper, numpy_helper
13
+
14
15
16
class OnnxTransform:
0 commit comments