MCPcopy Create free account
hub / github.com/XiaoMi/mace / PaddingMode

Class PaddingMode

tools/python/transform/base_converter.py:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25# SAME_LOWER: if the amount of paddings to be added is odd,
26# it will add the extra data to the right or bottom
27class PaddingMode(Enum):
28 VALID = 0
29 SAME = 1
30 FULL = 2
31 SAME_LOWER = 3
32 NA = 4
33
34
35class PoolingType(Enum):

Callers 3

post_convertMethod · 0.90
add_deconv_pad_nodeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected