Skip to content

Conversation

@asparkhi
Copy link
Contributor

Change-Id: Ia73223291680005ac8f9313d7f16a6afcbfb0b18
@asparkhi
Copy link
Contributor Author

CC: @Mousius @grant-arm for code review.

@pytest.mark.parametrize("kernel_size", [(3, 3)])
@pytest.mark.parametrize("padding", ["SAME", "VALID"])
@pytest.mark.parametrize("strides, dilation", [((1, 1), (1, 1))])
@pytest.mark.parametrize("relu_type", ["RELU"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make these variables instead of parametrize so it's clear they don't change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made the change. Let's see how the checks go.

@Mousius Mousius self-assigned this Jan 19, 2022
…ng values

Change-Id: I4ec6dd74a4785d16408da04538cb58a07781d788
Copy link
Member

@Mousius Mousius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @ashutosh-arm!

@Mousius Mousius merged commit 73aa415 into apache:main Jan 20, 2022
@asparkhi asparkhi deleted the separate_padding_tests branch February 7, 2022 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants