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 db41440 commit 86c921cCopy full SHA for 86c921c
onnx_diagnostic/reference/ort_evaluator.py
@@ -83,7 +83,7 @@ def to(self, tensor_like) -> "OnnxList":
83
84
def clone(self) -> "OnnxList":
85
"Clone (torch)."
86
- return [t.clone() for t in self]
+ return OnnxList([t.clone() for t in self])
87
88
89
class OnnxruntimeEvaluator:
0 commit comments