[Feat] add unit test for conv2d in int32_t
Compare changes
@@ -21,6 +21,7 @@
@@ -1646,6 +1647,76 @@ TEST_CASE("[cpu/operator] Conv(forward)", "[Conv][CPU]") {
Add unit test for conv2d in int32_t.
This test concerns a conv 7x7 with padding {3,3,3,3}, stride {2,2}, no dilation. The datatype used is int32_t to test integer conv making a comparison betwween Aidge inference result and CPP operator (from backend_cpp)
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent