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 f91cc32 commit 43b2c39Copy full SHA for 43b2c39
onnx_diagnostic/torch_models/test_helper.py
@@ -754,7 +754,7 @@ def validate_onnx_model(
754
def _mk(key):
755
return f"{key}_{flavour}" if flavour else key
756
757
- summary = {}
+ summary: Dict[str, Any] = {}
758
flat_inputs = flatten_object(data["inputs"], drop_keys=True)
759
d = flat_inputs[0].get_device()
760
providers = (
0 commit comments