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 6de5c5c commit 8c93c25Copy full SHA for 8c93c25
onnx_diagnostic/torch_onnx/sbs_dataclasses.py
@@ -21,7 +21,7 @@ def make_torch_inputs(
21
onnx_results: Dict[str, torch.Tensor],
22
torch_results: Dict[str, torch.Tensor],
23
submodel: Optional[onnx.ModelProto],
24
-) -> Tuple[List[torch.Tensor], Set[str]]:
+) -> Tuple[Dict[str, torch.Tensor], Set[str]]:
25
"""
26
Gathers torch tensors instead of onnx tensors (tensors produced by the onnx model)
27
0 commit comments