Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |