Skip to content

Commit

Permalink
Update bug-triggering case.
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh99 committed Aug 1, 2022
1 parent 8f5ba99 commit 141bb48
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
23 changes: 0 additions & 23 deletions bug/bcast_dense_bug.gv

This file was deleted.

24 changes: 0 additions & 24 deletions bug/bcast_dense_success.gv

This file was deleted.

2 changes: 1 addition & 1 deletion bug/bug_bcast_dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

x0 = relay.var('x0', shape=(1, 2))
x1 = relay.var('x1', shape=(1, 2))
x2 = relay.var('x2', shape=(1, 2))
x2 = relay.var('x2', shape=(2, 2))
w = relay.var('w', shape=(2, 2))
y0 = relay.maximum(x0, x1)
y1 = relay.nn.dense(x2, w)
Expand Down

0 comments on commit 141bb48

Please sign in to comment.