Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CMSIS-NN] Separated symmetric and asymmetric padding tests for Conv2D #9963

Merged
merged 2 commits into from
Jan 20, 2022

Conversation

ashutosh-arm
Copy link
Contributor

Change-Id: Ia73223291680005ac8f9313d7f16a6afcbfb0b18
@ashutosh-arm
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
@ashutosh-arm ashutosh-arm 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