Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion test/legacy_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ list(REMOVE_ITEM TEST_OPS test_fractional_max_pool3d_op)
list(REMOVE_ITEM TEST_OPS test_householder_product)
list(REMOVE_ITEM TEST_OPS test_conv2d_op_depthwise_conv)
list(REMOVE_ITEM TEST_OPS test_transformer_api)
list(REMOVE_ITEM TEST_OPS test_conv2d_transpose_op)
list(REMOVE_ITEM TEST_OPS test_fractional_max_pool2d_op)
list(REMOVE_ITEM TEST_OPS test_conv2d_op)
list(REMOVE_ITEM TEST_OPS test_pool_max_op)
Expand Down
2 changes: 1 addition & 1 deletion test/legacy_test/test_conv2d_transpose_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ def error_0_filter_number():
kernel_size=3,
)(data)

self.assertRaises(AssertionError, error_0_filter_number)
error_0_filter_number()


class TestConv2DTransposeRepr(unittest.TestCase):
Expand Down
Loading