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

[onert-micro] Add float TransposeConv kernel #11567

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

BalyshevArtem
Copy link
Contributor

This commit adds float TransposeConv kernel.

for: #10933

ONE-DCO-1.0-Signed-off-by: Artem Balyshev [email protected]

This commit adds float TransposeConv kernel.

ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
@BalyshevArtem BalyshevArtem added the approval: 1 Require at least 1 approval label Sep 20, 2023
Comment on lines +212 to +220
class NegTestDataInvalidInputShapeConv2DKernel : public NegTestDataBase
{
public:
NegTestDataInvalidInputTypeConv2DKernel()
NegTestDataInvalidInputShapeConv2DKernel()
{
_test_kernel_model_circle = neg_conv2d_bias_wrong_type::test_kernel_model_circle;
_test_kernel_model_circle = neg_conv2d_invalid_input_shape::test_kernel_model_circle;
}

~NegTestDataInvalidInputTypeConv2DKernel() override = default;
~NegTestDataInvalidInputShapeConv2DKernel() override = default;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note: also fixes naming in NegConv2D tests. Here should be test for invalid shape

Copy link
Contributor

@SlavikMIPT SlavikMIPT left a comment

Choose a reason for hiding this comment

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

LGTM

@BalyshevArtem BalyshevArtem merged commit ffe3320 into Samsung:master Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: 1 Require at least 1 approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants