Condividi tramite


enumerazione DML_TENSOR_TYPE (directml.h)

Identifica un tipo di descrizione tensor.

Sintassi

typedef enum DML_TENSOR_TYPE {
  DML_TENSOR_TYPE_INVALID,
  DML_TENSOR_TYPE_BUFFER
} ;

Costanti

 
DML_TENSOR_TYPE_INVALID
Indica un tipo di descrizione del tensore sconosciuto. Questo valore non è mai valido.
DML_TENSOR_TYPE_BUFFER
Indica una descrizione del tensore rappresentata da un buffer Direct3D 12. Il tipo di struct corrispondente è DML_BUFFER_TENSOR_DESC.

Requisiti

Requisito Valore
Intestazione directml.h