Pad Enum

class arrayfire_wrapper.lib.Pad(value)

Bases: Enum

CLAMP_TO_EDGE = 2
PERIODIC = 3
SYM = 1
ZERO = 0