Skip to content
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
Next Next commit
fix test case
  • Loading branch information
Asuka0630 committed Dec 24, 2025
commit 3c37c927ed76e06ed53eb2843c5a88c38f22ff7f
2 changes: 1 addition & 1 deletion tests/python/relax/test_frontend_from_exported_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -3607,7 +3607,7 @@ def main(
w1,
w2,
channel_axis=1,
axes=[2, 3],
axes=[0, 2, 3],
epsilon=1e-05,
center=True,
scale=True,
Expand Down