onnxruntime
3cca32be - [QNN EP] exapand convolution test coverage. (#15975)

Commit
2 years ago
[QNN EP] exapand convolution test coverage. (#15975) ### Description <!-- Describe your changes. --> Convolution with Padding and Convolution with large inputs,outputs. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> This is mainly to check the CPU vs QNN EP output mismatch for models. ./onnxruntime_test_all --gtest_filter=*.TestQDQConvU8U8S32* Failed tests with mismatch. [ FAILED ] 2 tests, listed below: [ FAILED ] QnnHTPBackendTests.TestQDQConvU8U8S32_large_input1_padding_bias_initializer [ FAILED ] QnnHTPBackendTests.TestQDQConvU8U8S32_large_input2_bias_initializer ./onnxruntime_test_all --gtest_filter=*.TestCPUConvf32_* [ FAILED ] QnnCPUBackendTests.TestCPUConvf32_large_input1_pad_bias_initializer
Author
Parents
Loading