struttura DML_TENSOR_DESC (directml.h)
Contenitore generico per una descrizione del tensore DirectML.
Sintassi
struct DML_TENSOR_DESC {
DML_TENSOR_TYPE Type;
const void *Desc;
};
Members
Type
Tipo: DML_TENSOR_TYPE
Tipo della descrizione del tensore. Vedere DML_TENSOR_TYPE per i tipi disponibili.
Desc
Tipo: const void*
Puntatore alla descrizione del tensore. Il tipo dello struct puntato deve corrispondere al valore specificato in Type.
Requisiti
Intestazione | directml.h |