MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / get_avgpool

Function get_avgpool

monai/networks/nets/resnet.py:67–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66
67def get_avgpool():
68 return [0, 1, (1, 1), (1, 1, 1)]
69
70
71class ResNetBlock(nn.Module):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…