Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
375
VARP _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.
379
Args:
380
x: A variable.
Callers
15
dilate
Function · 0.85
erode
Function · 0.85
onForward
Method · 0.85
onForward
Method · 0.85
onForward
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
squeezeNetExpr
Function · 0.85
inception
Function · 0.85
googLeNetExpr
Function · 0.85
resNetExpr
Function · 0.85
Calls
1
_Pool
Function · 0.85
Tested by
5
run
Method · 0.68
run
Method · 0.68
run
Method · 0.68
makeComplexGraph
Function · 0.68
testOnBackend
Method · 0.68