Enum BorderType

Enum Documentation

enum class mindspore::dataset::BorderType

The method of padding.

Values:

enumerator kConstant

Fill the border with constant values.

enumerator kEdge

Fill the border with the last value on the edge.

enumerator kReflect

Reflect the values on the edge omitting the last value of edge.

enumerator kSymmetric

Reflect the values on the edge repeating the last value of edge.