ITensor 接口

定义

张量是多维值。

public interface class ITensor : ILearningModelFeatureValue
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(88642963, 41733, 18981, 173, 9, 68, 1, 25, 180, 183, 246)]
struct ITensor : ILearningModelFeatureValue
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 65536)]
[Windows.Foundation.Metadata.Guid(88642963, 41733, 18981, 173, 9, 68, 1, 25, 180, 183, 246)]
public interface ITensor : ILearningModelFeatureValue
Public Interface ITensor
Implements ILearningModelFeatureValue
派生
属性
实现

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.AI.MachineLearning.MachineLearningContract (在 v1.0 中引入)

注解

Windows Server

若要在 Windows Server 上使用此 API,必须使用带桌面体验的 Windows Server 2019。

线程安全

此 API 是线程安全的。

属性

Kind

特征的数据类型。

(继承自 ILearningModelFeatureValue)
Shape

返回每个维度的计数和大小。

TensorKind

返回张量数据类型。

适用于

另请参阅