Skip to content

Commit bb7b8a8

Browse files
Update tests/test_backend.py
Co-authored-by: TomWildenhain-Microsoft <[email protected]>
1 parent de6e356 commit bb7b8a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,8 +3583,8 @@ def func(x, kernel):
35833583
def test_conv2d_1_kernel_as_input(self):
35843584
x_val = make_xval((1, 1, 5, 5)).transpose(NCHW_TO_NHWC)
35853585
w_val = np.array([[2., 1., 1.],
3586-
[1., 3., 1.],
3587-
[1., 1., 4.]], dtype=np.float32).reshape(_KERNEL3x3)
3586+
[1., 3., 1.],
3587+
[1., 1., 4.]], dtype=np.float32).reshape(_KERNEL3x3)
35883588
self._conv_kernel_as_input_test(x_val, w_val)
35893589

35903590

0 commit comments

Comments
 (0)