Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Defines constants that specify the direction of an operation along the given axis for the operator (for example, summation, selecting the top-k elements, selecting the minimum element).
Syntax
typedef enum DML_AXIS_DIRECTION {
DML_AXIS_DIRECTION_INCREASING = 0,
DML_AXIS_DIRECTION_DECREASING = 1
} ;
Constants
DML_AXIS_DIRECTION_INCREASINGValue: 0 Specifies increasing order (from the low index to the high index). |
DML_AXIS_DIRECTION_DECREASINGValue: 1 Specifies decreasing order (from the high index to the low index). |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 20348 |
| Minimum supported server | Windows 10 Build 20348 |
| Header | directml.h |