10000 Replaces long initiliazer by rando values by xadupre · Pull Request #98 · sdpython/onnx-array-api · GitHub
[go: up one dir, main page]

Skip to content

Replaces long initiliazer by rando values #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 9, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix issues
  • Loading branch information
xadupre committed Mar 9, 2025
commit 4c42a4be846faa3c41a15cab8e44e9c446c0d4a2
2 changes: 0 additions & 2 deletions _unittests/ut_ort/test_ort_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ def myloss(x, y):
prof = ort_profile(optimized, feeds)
events = {
"kernel_time",
"fence_before",
"fence_after",
"SequentialExecutor::Execute",
"model_run",
"model_loading_array",
Expand Down
Loading
0