Condividi tramite


ITensor Interfaccia

Definizione

I tensori sono valori multidimensionali.

public interface class ITensor : ILearningModelFeatureValue
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(88642963, 41733, 18981, 173, 9, 68, 1, 25, 180, 183, 246)]
struct ITensor : ILearningModelFeatureValue
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 65536)]
[Windows.Foundation.Metadata.Guid(88642963, 41733, 18981, 173, 9, 68, 1, 25, 180, 183, 246)]
public interface ITensor : ILearningModelFeatureValue
Public Interface ITensor
Implements ILearningModelFeatureValue
Derivato
Attributi
Implementazioni

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)

Commenti

Windows Server

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

Thread safety

Questa API è thread-safe.

Proprietà

Kind

Tipo di dati della funzionalità.

(Ereditato da ILearningModelFeatureValue)
Shape

Restituisce il conteggio e le dimensioni di ogni dimensione.

TensorKind

Restituisce il tipo di dati del tensore.

Si applica a

Vedi anche