MCPcopy Create free account
hub / github.com/alibaba/MNN / _AvePool

Function _AvePool

express/NeuralNetWorkOp.cpp:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371VARP _AvePool(VARP x, INTS kernel, INTS stride, PaddingMode pad, INTS pads) {
372 return _Pool(x, kernel, stride, PoolType_AVEPOOL, pad, pads);
373}
374
375VARP _MaxPool(VARP x, INTS kernel, INTS stride, PaddingMode pad, INTS pads) {
376 return _Pool(x, kernel, stride, PoolType_MAXPOOL, pad, pads);

Callers 15

onForwardMethod · 0.85
onForwardMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
squeezeNetExprFunction · 0.85
mobileNetV1ExprFunction · 0.85
mobileNetV2ExprFunction · 0.85
googLeNetExprFunction · 0.85
resNetExprFunction · 0.85
shuffleUnitFunction · 0.85
shuffleNetExprFunction · 0.85

Calls 1

_PoolFunction · 0.85

Tested by 7

runMethod · 0.68
runMethod · 0.68
runMethod · 0.68
_mobileNetV1ExprFunction · 0.68
_mobileNetV1ExprMethod · 0.68
makeComplexGraphFunction · 0.68
testOnBackendMethod · 0.68