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 04be63f commit b4e0aebCopy full SHA for b4e0aeb
onnx_diagnostic/export/dynamic_shapes.py
@@ -437,7 +437,7 @@ def move_to_kwargs(
437
438
def validate_inputs_for_export(
439
self, dynamic_shapes: Optional[DYNAMIC_SHAPES] = None
440
- ) -> List[List[Union[int,str]]]:
+ ) -> List[List[Union[int, str]]]:
441
"""
442
Validates the inputs the class contains for the given dynamic shapes.
443
If not specified, the dynamic_shapes are guessed.
0 commit comments