TensorFloat.TensorKind プロパティ

定義

テンソルのデータ型を返します。

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

プロパティ値

テンソルのデータ型。

実装

注釈

Windows Server

Windows Server でこの API を使用するには、Windows Server 2019 デスクトップ エクスペリエンスを使用する必要があります。

スレッド セーフ

この API はスレッド セーフです。

適用対象