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

Function MIDOUT_BEGIN

dnn/src/fallback/convolution/run_conv.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 src, filter, dst, IH, IW, FH, FW, OH, OW, PH, PW, SH, SW, add_mode);
221 } else {
222 MIDOUT_BEGIN(megdnn_fallback_conv, void) {
223 run_xcorr_single_channel_nontemplated(
224 src, filter, dst, IH, IW, FH, FW, OH, OW, PH, PW, SH, SW, add_mode);
225 }
226 MIDOUT_END();
227 }
228}

Callers 15

get_workspaceMethod · 0.70
dispatch_kernMethod · 0.70
get_preprocess_kimplMethod · 0.70
get_kimplMethod · 0.70
dispatch_kernMethod · 0.70
usableMethod · 0.50
get_workspaceMethod · 0.50
dispatch_kernsMethod · 0.50
get_workspaceMethod · 0.50

Tested by

no test coverage detected