Condividi tramite


TensorKind Enumerazione

Definizione

Definisce l'elenco dei tipi di dati tensor supportati.

public enum class TensorKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 65536)]
enum class TensorKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 65536)]
public enum TensorKind
var value = Windows.AI.MachineLearning.TensorKind.undefined
Public Enum TensorKind
Ereditarietà
TensorKind
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
API contract
Windows.AI.MachineLearning.MachineLearningContract (è stato introdotto in v1.0)

Campi

Boolean 9

Il tipo tensore è Boolean.

Complex128 15

Tipo non valido.

Complex64 14

Tipo non valido.

Double 11

Il tipo tensore è a virgola mobile a 64 bit.

Float 1

Il tipo tensore è a virgola mobile a 32 bit.

Float16 10

Il tipo tensore è a virgola mobile a 16 bit.

Int16 5

Il tipo tensor è un intero con segno a 16 bit.

Int32 6

Il tipo tensor è un intero con segno a 32 bit.

Int64 7

Il tipo tensore è un intero con segno a 64 bit.

Int8 3

Il tipo tensor è un intero con segno a 8 bit.

String 8

Il tipo tensor è String.

UInt16 4

Il tipo tensor è unsigned integer a 16 bit.

UInt32 12

Il tipo tensor è unsigned integer a 32 bit.

UInt64 13

Il tipo tensor è unsigned integer a 64 bit.

UInt8 2

Il tipo tensor è unsigned integer a 8 bit.

Undefined 0

Tipo non valido.

Commenti

Un tensore è una matrice multidimensionale di valori.

Il layout dei tensori è di tipo row-major, con dati contigui ben compressi che rappresentano ogni dimensione. La dimensione totale di un tensore è il prodotto delle dimensioni di ogni dimensione.

Windows Server

Per usare questa API in Windows Server, è necessario usare Windows Server 2019 con Esperienza desktop.

Thread safety

Questa API è thread-safe.

Si applica a

Vedi anche