Tensor<T>.IsPinned プロパティ

定義

Tensor<T> のバッキング メモリがピン留めされているかどうかを示す値を取得します。/>

public:
 property bool IsPinned { bool get(); };
public bool IsPinned { get; }
member this.IsPinned : bool
Public ReadOnly Property IsPinned As Boolean

プロパティ値

バッキング メモリが固定されているかどうかを true します。それ以外の場合は、falseします。

実装

適用対象