Skip to content

Commit 9af128e

Browse files
committed
fix import
1 parent 57c7215 commit 9af128e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/ext_test_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ def assert_onnx_disc(
10811081
:class:`onnx_diagnostic.helpers.ort_session.InferenceSessionForTorch`
10821082
"""
10831083
from .helpers import string_type, string_diff, max_diff
1084-
from .rt_helper import make_feeds
1084+
from .helpers.rt_helper import make_feeds
10851085
from .helpers.ort_session import InferenceSessionForTorch
10861086

10871087
kws = dict(with_shape=True, with_min_max=verbose > 1)

0 commit comments

Comments
 (0)