DML_CONVOLUTION_DIRECTION enumeration (directml.h)
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_FORWARD Indicates a forward convolution. |
DML_CONVOLUTION_DIRECTION_BACKWARD Indicates a backward convolution. Backward convolution is also known as transposed convolution. |
Requirements
Requirement | Value |
---|---|
Header | directml.h |