@@ -530,6 +530,13 @@ namespace Test
530530 // result = result && SynetConvolution16bForwardAutoTest(eps, Param(1, 512, 32, 32, 512, _3, _1, _1, _1, _1, 1, aPr, tT, b16, b16), c, f1, f2);
531531 // result = result && SynetConvolution16bForwardAutoTest(eps, Param(1, 1024, 32, 32, 1024, _3, _1, _1, _1, _1, 1, aPr, tT, b16, b16), c, f1, f2);
532532#endif
533+ #if 1
534+ // result = result && SynetConvolution16bForwardAutoTest(eps, Param(1, 64, 64, 64, 64, _3, _1, _1, _1, _1, 1, aPr, tT, b16, b16), c, f1, f2);
535+ result = result && SynetConvolution16bForwardAutoTest (eps, Param (1 , 128 , 32 , 32 , 1024 , _3, _1, _1, _1, _1, 1 , aPr, tT, b16, b16), c, f1, f2);
536+ result = result && SynetConvolution16bForwardAutoTest (eps, Param (1 , 256 , 16 , 16 , 256 , _3, _1, _1, _1, _1, 1 , aPr, tT, b16, b16), c, f1, f2);
537+ // result = result && SynetConvolution16bForwardAutoTest(eps, Param(1, 512, 32, 32, 512, _3, _1, _1, _1, _1, 1, aPr, tT, b16, b16), c, f1, f2);
538+ // result = result && SynetConvolution16bForwardAutoTest(eps, Param(1, 1024, 32, 32, 1024, _3, _1, _1, _1, _1, 1, aPr, tT, b16, b16), c, f1, f2);
539+ #endif
533540#else
534541 result = result && SynetConvolution16bForwardAutoTest (eps, Param (1 , 16 , 320 , 320 , 32 , _2, _1, _1, _0, _1, 1 , aId, tT, b16, f32 ), c, f1, f2);
535542#endif
0 commit comments