Skip to content

Commit f3716fc

Browse files
committed
fix documentation
1 parent c516d0d commit f3716fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/helpers/fake_tensor_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def make_fake(self, x: Any) -> Optional["FakeTensor"]: # noqa: F821
143143
def make_fake_with_dynamic_dimensions(self, x: Any, dynamic_shapes: Any) -> Any:
144144
"""
145145
See
146-
:func:`onnx_diagnostic.helpers.shape_helper.make_fake_with_dynamic_dimensions`.
146+
:func:`onnx_diagnostic.export.shape_helper.make_fake_with_dynamic_dimensions`.
147147
"""
148148
if x is None:
149149
return None, None

0 commit comments

Comments
 (0)