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

Function TEST_F

dnn/test/fallback/pooling.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61} // namespace
62
63TEST_F(FALLBACK_MULTI_THREADS, POOLING_GI_NCHW44_FP32) {
64 for (auto filter : {2, 3, 4, 5})
65 for (auto stride : {1, 2}) {
66 run_pooling_check(handle(), get_nchw44_pool_args(filter, stride), false);
67 }
68}
69
70TEST_F(FALLBACK, POOLING_GI) {
71 using Param = param::Pooling;

Callers

nothing calls this directly

Calls 11

run_pooling_checkFunction · 0.70
get_nchw44_pool_argsFunction · 0.70
benchmark_nchw44_fp32Function · 0.70
runFunction · 0.50
execMethod · 0.45
getMethod · 0.45
paramMethod · 0.45
deduce_layoutMethod · 0.45
total_nr_elemsMethod · 0.45
push_backMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected