Skip to content

Commit

Permalink
fix dnnl test for conv3d transpose
Browse files Browse the repository at this point in the history
  • Loading branch information
rebel-jangys committed Mar 22, 2023
1 parent eec9409 commit c16a59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/contrib/test_dnnl.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def get_conv3d_transpose(
activation=None,
dtype="float32",
data_layout="NCDHW",
kernel_layout="OIDHW",
kernel_layout="IODHW",
):
x = relay.var("x", shape=(x_shape), dtype=dtype)
kernel = relay.const(np.random.randint(0, 1, k_shape).astype(dtype))
Expand Down

0 comments on commit c16a59d

Please sign in to comment.