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 8313a1b commit 5d967a4Copy full SHA for 5d967a4
onnx_diagnostic/export/shape_helper.py
@@ -307,7 +307,7 @@ def make_fake_with_dynamic_dimensions(
307
if hasattr(x, "shape"):
308
t = fake_reshape(x, dynamic_shapes, fake_mode=fake_mode)
309
return t, fake_mode
310
- from . import string_type
+ from ..helpers import string_type
311
312
raise TypeError(
313
f"Unexpected type {type(x)} for x, content is {string_type(x, with_shape=True)}"
0 commit comments