Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6527538

Browse files
committed
complex
1 parente8c3c42 commit6527538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎onnx_array_api/npx/npx_jit_eager.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def make_key(self, *values: List[Any], **kwargs: Dict[str, Any]) -> Tuple[Any, .
167167
f"to the attribute list, v={v}."
168168
)
169169
res.append(v.key)
170-
elifisinstance(v, (int,float,bool,DType)):
170+
elifisinstance(v, (int,float,bool,complex,DType)):
171171
ifivinself.kwargs_to_input_:
172172
res.append(self.kwargs_to_input_[iv])
173173
res.append(type(v))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp