TensorVariableDescriptorPreview Classe

Definição

Preterido. Representa as informações de descritor de uma variável 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
Herança
Object Platform::Object IInspectable TensorVariableDescriptorPreview
Atributos
Implementações

Requisitos do Windows

Família de dispositivos
Windows 10, version 1803 (introduzida na 10.0.17134.0)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (introduzida na v1.0)

Comentários

Aviso

Essa é uma API preterida. Em vez disso, use o namespace Windows.AI.MachineLearning .

Esse tipo é mapeado para uma matriz multidimensional ou o Tensor do .NET

Um tipo tensor, independentemente de sua dimensão, é mapeado para IList.

Propriedades

DataType

Preterido. Obtém o tipo de dados tensores.

Description

Preterido. Obtém a descrição do tensor.

IsRequired

Preterido. Obtém se o tensor é necessário.

ModelFeatureKind

Preterido. Obtém o tipo de dados da variável.

Name

Preterido. Obtém o nome do tensor.

Shape

Preterido. Obtém a forma ndimensional do tensor.

Aplica-se a