TensorVariableDescriptorPreview.DataType Property

Definition

Deprecated. Gets the type of the tensor data.

public:
 property FeatureElementKindPreview DataType { FeatureElementKindPreview get(); };
FeatureElementKindPreview DataType();
/// [get: Windows.Foundation.Metadata.Deprecated("Use ITensorFeatureDescriptor instead of ITensorVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
FeatureElementKindPreview DataType();
public FeatureElementKindPreview DataType { get; }
public FeatureElementKindPreview DataType { [Windows.Foundation.Metadata.Deprecated("Use ITensorFeatureDescriptor instead of ITensorVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")] get; }
var featureElementKindPreview = tensorVariableDescriptorPreview.dataType;
Public ReadOnly Property DataType As FeatureElementKindPreview

Property Value

The type of the tensor data.

Attributes

Remarks

Warning

This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.

Applies to