TensorUInt32Bit.TensorKind 属性

定义

返回张量数据类型。

public:
 property TensorKind TensorKind { TensorKind get(); };
TensorKind TensorKind();
public TensorKind TensorKind { get; }
var tensorKind = tensorUInt32Bit.tensorKind;
Public ReadOnly Property TensorKind As TensorKind

属性值

张量的数据类型。

实现

注解

Windows Server

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

线程安全

此 API 是线程安全的。

适用于