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 matrix transform to be applied to a DirectML tensor.
Syntax
typedef enum DML_MATRIX_TRANSFORM {
DML_MATRIX_TRANSFORM_NONE,
DML_MATRIX_TRANSFORM_TRANSPOSE
} ;
Constants
DML_MATRIX_TRANSFORM_NONE Specifies that no transform is to be applied. |
DML_MATRIX_TRANSFORM_TRANSPOSE Specifies that a transpose transform is to be applied. |
Requirements
Requirement | Value |
---|---|
Header | directml.h |