MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / TEST_F

Function TEST_F

dnn/test/arm_common/conv_bias.cpp:20–23  ·  view source on GitHub ↗

TODO this algo current does not support multithread

Source from the content-addressed store, hash-verified

18
19//! TODO this algo current does not support multithread
20TEST_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
25TEST_F(ARM_COMMON, CONV_BIAS_MATMUL) {
26 using namespace conv_bias;

Callers

nothing calls this directly

Tested by

no test coverage detected