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.
Identifies a type of tensor description.
Syntax
typedef enum DML_TENSOR_TYPE {
DML_TENSOR_TYPE_INVALID,
DML_TENSOR_TYPE_BUFFER
} ;
Constants
DML_TENSOR_TYPE_INVALIDIndicates an unknown tensor description type. This value is never valid. |
DML_TENSOR_TYPE_BUFFERIndicates a tensor description that is represented by a Direct3D 12 buffer. The corresponding struct type is DML_BUFFER_TENSOR_DESC. |
Requirements
| Requirement | Value |
|---|---|
| Header | directml.h |