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

Commitced1fe9

Browse files
committed
fix
1 parent202562c commitced1fe9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎onnx_array_api/ort/ort_profile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ def ort_profile(
101101
ifprovidersisNone:
102102
providers= ["CPUExecutionProvider"]
103103
sess=InferenceSession(obj,sess_options,providers=providers,**kwargs)
104-
first=next(feeds.values())
104+
forvinfeeds.values():
105+
first=v
106+
break
105107

106108
ifisinstance(first,numpy.ndarray):
107109
for_iinrange(repeat):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp