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

Function TEST_F

dnn/test/aarch64/conv_bias.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace test {
13
14TEST_F(AARCH64_MULTI_THREADS, CONVBIAS_DIRECT_FP32_STR2) {
15 check_conv_bias(
16 conv_bias::get_conv_bias_args({2, 3, 5, 7}, 2, false, false, false),
17 handle(), "ARMV8F32STRD2");
18}
19
20TEST_F(AARCH64_MULTI_THREADS, CONVBIAS_RECORD) {
21 auto args = conv_bias::get_conv_bias_args({2, 3, 5, 7}, 2, false, false, false);

Callers

nothing calls this directly

Calls 13

check_conv_biasFunction · 0.85
benchmark_with_contrastFunction · 0.85
benchmarker_conv_biasFunction · 0.85
emplace_backMethod · 0.80
set_dtypeMethod · 0.80
get_conv_bias_argsFunction · 0.50
runFunction · 0.50
execsMethod · 0.45
total_nr_elemsMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected