Share via


TensorVariableDescriptorPreview Clase

Definición

En desuso. Representa la información del descriptor de una variable 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
Herencia
Object Platform::Object IInspectable TensorVariableDescriptorPreview
Atributos
Implementaciones

Requisitos de Windows

Familia de dispositivos
Windows 10, version 1803 (se introdujo en la versión 10.0.17134.0)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (se introdujo en la versión v1.0)

Comentarios

Advertencia

Se trata de una API en desuso. Use el espacio de nombres Windows.AI.MachineLearning en su lugar.

Este tipo se asigna a una matriz multidimensional o a tensor de .NET.

Un tipo tensor, independientemente de su dimensión, se asigna a IList.

Propiedades

DataType

En desuso. Obtiene el tipo de los datos de tensor.

Description

En desuso. Obtiene la descripción del tensor.

IsRequired

En desuso. Obtiene si se requiere el tensor.

ModelFeatureKind

En desuso. Obtiene el tipo de datos de la variable.

Name

En desuso. Obtiene el nombre del tensor.

Shape

En desuso. Obtiene la forma n dimensional del tensor.

Se aplica a