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

Function _MaxPool

express/NeuralNetWorkOp.cpp:375–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375VARP _MaxPool(VARP x, INTS kernel, INTS stride, PaddingMode pad, INTS pads) {
376 return _Pool(x, kernel, stride, PoolType_MAXPOOL, pad, pads);
377}
378/*Reshapes a variable.
379Args:
380x: A variable.

Callers 15

dilateFunction · 0.85
erodeFunction · 0.85
onForwardMethod · 0.85
onForwardMethod · 0.85
onForwardMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
squeezeNetExprFunction · 0.85
inceptionFunction · 0.85
googLeNetExprFunction · 0.85
resNetExprFunction · 0.85

Calls 1

_PoolFunction · 0.85

Tested by 5

runMethod · 0.68
runMethod · 0.68
runMethod · 0.68
makeComplexGraphFunction · 0.68
testOnBackendMethod · 0.68