Condividi tramite


TensorVariableDescriptorPreview Classe

Definizione

Deprecato. Rappresenta le informazioni del descrittore di una variabile Tensor.

public ref class TensorVariableDescriptorPreview sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
class TensorVariableDescriptorPreview final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("Use TensorFeatureDescriptor instead of TensorVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
class TensorVariableDescriptorPreview final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
public sealed class TensorVariableDescriptorPreview
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("Use TensorFeatureDescriptor instead of TensorVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
public sealed class TensorVariableDescriptorPreview
Public NotInheritable Class TensorVariableDescriptorPreview
Ereditarietà
Object Platform::Object IInspectable TensorVariableDescriptorPreview
Attributi
Implementazioni

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1803 (è stato introdotto in 10.0.17134.0)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (è stato introdotto in v1.0)

Commenti

Avviso

Si tratta di un'API deprecata. Usare invece lo spazio dei nomi Windows.AI.MachineLearning .

Questo tipo esegue il mapping a una matrice multidimensionale o a .NET Tensor

Un tipo tensore, indipendentemente dalla dimensione, viene mappato a IList.

Proprietà

DataType

Deprecato. Ottiene il tipo di dati tensor.

Description

Deprecato. Ottiene la descrizione del tensore.

IsRequired

Deprecato. Ottiene se è necessario il tensore.

ModelFeatureKind

Deprecato. Ottiene il tipo dei dati della variabile.

Name

Deprecato. Ottiene il nome del tensore.

Shape

Deprecato. Ottiene la forma n-dimensionale del tensore.

Si applica a