MCPcopy 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

4import numpy as np
5
6def min_pool2d(xs, **kwargs):
7 return -F.max_pool2d(-xs, **kwargs)

Callers 1

forwardMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected