rml_pad_mode

Usage

Defines constants that specify a mode for the DirectML pad operator.

API

Graph Manipulation

Possible Values

Name

Value

Brief Explanation

RML_PAD_MODE_UNSPECIFIED

0

Unspecified padding type.

RML_PAD_MODE_CONSTANT

1

Padding with a constant.

RML_PAD_MODE_EDGE

2

Edge mode for padding.

RML_PAD_MODE_REFLECTION

3

Reflection mode for padding.