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

Function TEST_F

dnn/test/cpu/mask_conv.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace test;
12
13TEST_F(CPU, MASK_CONV) {
14 mask_conv_test(handle());
15}
16
17#if MEGDNN_WITH_BENCHMARK
18TEST_F(CPU, MASK_CONV_BENCHMARK) {

Callers

nothing calls this directly

Calls 13

mask_conv_testFunction · 0.85
mask_conv_benchmarkFunction · 0.85
set_dtypeMethod · 0.80
runFunction · 0.50
total_nr_elemsMethod · 0.45
reshapeMethod · 0.45
paramMethod · 0.45
deduce_layoutMethod · 0.45
execMethod · 0.45
workspaceMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected