Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M-Nauta/ProtoTree
/ min_pool2d
Function
min_pool2d
util/func.py:6–7 ·
view source on GitHub ↗
(xs, **kwargs)
Source
from the content-addressed store, hash-verified
4
import
numpy
as
np
5
6
def
min_pool2d(xs, **kwargs):
7
return
-F.max_pool2d(-xs, **kwargs)
Callers
1
forward
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected