Skip to main content

Module padding_mode

Module padding_mode 

Source
Expand description

MPSGraphPaddingMode constants.

Constantsยง

ANTI_PERIODIC
Mirrors the MPSGraph framework constant ANTI_PERIODIC.
CLAMP_TO_EDGE
Mirrors the MPSGraph framework constant CLAMP_TO_EDGE.
CONSTANT
Mirrors the MPSGraph framework constant CONSTANT.
PERIODIC
Mirrors the MPSGraph framework constant PERIODIC.
REFLECT
Mirrors the MPSGraph framework constant REFLECT.
SYMMETRIC
Mirrors the MPSGraph framework constant SYMMETRIC.
ZERO
Mirrors the MPSGraph framework constant ZERO.