Skip to content

Commit 61945d9

Browse files
Reformated onnx_transform file
Signed-off-by: abhishek-singh591 <[email protected]>
1 parent b498685 commit 61945d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

QEfficient/base/onnx_transforms.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
44
# SPDX-License-Identifier: BSD-3-Clause
55
#
6-
# -----------------------------------------------------------------------------
6+
# ----------------------------------------------------------------------------
77

88
import os
9-
from typing import Optional, Tuple
109
import numpy as np
11-
from onnx import ModelProto, external_data_helper, numpy_helper
10+
from typing import Optional, Tuple
1211
from concurrent.futures import ThreadPoolExecutor
12+
from onnx import ModelProto, external_data_helper, numpy_helper
13+
1314

1415

1516
class OnnxTransform:

0 commit comments

Comments
 (0)