TODO this algo current does not support multithread
| 18 | |
| 19 | //! TODO this algo current does not support multithread |
| 20 | TEST_F(ARM_COMMON, CONVBIAS_INT8_INT8_INT16_STRIDE2F2) { |
| 21 | checker_conv_bias_int8x8x16( |
| 22 | get_conv_bias_args({2}, 2, true, true, true), handle(), "I8816STRD2F2"); |
| 23 | } |
| 24 | |
| 25 | TEST_F(ARM_COMMON, CONV_BIAS_MATMUL) { |
| 26 | using namespace conv_bias; |
nothing calls this directly
no test coverage detected