Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Defines constants that specify a direction for the DirectML convolution operator (as described by the DML_CONVOLUTION_OPERATOR_DESC structure).
Syntax
typedef enum DML_CONVOLUTION_DIRECTION {
DML_CONVOLUTION_DIRECTION_FORWARD,
DML_CONVOLUTION_DIRECTION_BACKWARD
} ;
Constants
DML_CONVOLUTION_DIRECTION_FORWARDIndicates a forward convolution. |
DML_CONVOLUTION_DIRECTION_BACKWARDIndicates a backward convolution. Backward convolution is also known as transposed convolution. |
Requirements
| Requirement | Value |
|---|---|
| Header | directml.h |