Skip to content

Commit

Permalink
fix test shape
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed May 27, 2021
1 parent e79931a commit a5611c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/test_any.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def verify_any_strided_slice(
mod = tvm.IRModule()
data = relay.var("data", shape=data_shape, dtype="float32")
if const_attrs:
data = relay.var("data", shape=data_np_shape, dtype="float32")
data = relay.var("data", shape=data_shape, dtype="float32")
begin = relay.const(np_begin)
end = relay.const(np_end)
strides = relay.const(np_strides)
Expand Down

0 comments on commit a5611c9

Please sign in to comment.