Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines constants that specify a mode for the DirectML pad operator (as described by the DML_PADDING_OPERATOR_DESC structure).
Syntax
typedef enum DML_PADDING_MODE {
DML_PADDING_MODE_CONSTANT,
DML_PADDING_MODE_EDGE,
DML_PADDING_MODE_REFLECTION,
DML_PADDING_MODE_SYMMETRIC,
DML_PADDING_MODE_WRAP
} ;
Constants
DML_PADDING_MODE_CONSTANTIndicates padding with a constant. |
DML_PADDING_MODE_EDGEIndicates edge mode for padding. |
DML_PADDING_MODE_REFLECTIONIndicates reflection mode for padding. |
Requirements
| Requirement | Value |
|---|---|
| Header | directml.h |