TensorInt16Bit.CreateFromIterable メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
16 ビット符号付き整数テンソル オブジェクトを作成し、サイズ 図形のバッファーを割り当て、すべての データ をコピーします。
public:
static TensorInt16Bit ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<short> ^ data);
static TensorInt16Bit CreateFromIterable(IIterable<long> const& shape, IIterable<short> const& data);
public static TensorInt16Bit CreateFromIterable(IEnumerable<long> shape, IEnumerable<short> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of Short)) As TensorInt16Bit
パラメーター
- shape
-
Windows.Foundation.Collections.IIterable<long long>
IIterable<long>
バッファーのサイズ。
- data
-
IIterable<short>
バッファーにコピーするデータ。
戻り値
指定されたデータを含むバッファーを持つ 16 ビット符号付き整数テンソル オブジェクト。
注釈
Windows Server
Windows Server でこの API を使用するには、Windows Server 2019 とデスクトップ エクスペリエンスを使用する必要があります。
スレッド セーフ
この API はスレッド セーフです。