TensorVariableDescriptorPreview 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
已取代。 表示 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
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (已於 v1.0 引進)
|
備註
警告
這是已被取代的 API。 請改用 Windows.AI.MachineLearning 命名空間。
此類型對應至多維度陣列或 .NET Tensor
不論其維度為何,張量類型都會對應至 IList。
屬性
DataType |
已取代。 取得張量資料的型別。 |
Description |
已取代。 取得 tensor 的描述。 |
IsRequired |
已取代。 取得是否需要張量。 |
ModelFeatureKind |
已取代。 取得變數的資料類型。 |
Name |
已取代。 取得張量的名稱。 |
Shape |
已取代。 取得 tensor 的 n 維圖形。 |