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 57c7215 commit 9af128eCopy full SHA for 9af128e
onnx_diagnostic/ext_test_case.py
@@ -1081,7 +1081,7 @@ def assert_onnx_disc(
1081
:class:`onnx_diagnostic.helpers.ort_session.InferenceSessionForTorch`
1082
"""
1083
from .helpers import string_type, string_diff, max_diff
1084
- from .rt_helper import make_feeds
+ from .helpers.rt_helper import make_feeds
1085
from .helpers.ort_session import InferenceSessionForTorch
1086
1087
kws = dict(with_shape=True, with_min_max=verbose > 1)
0 commit comments