次の方法で共有


TensorUInt16Bit.CreateFromIterable メソッド

定義

16 ビット符号なし整数テンソル オブジェクトを作成し、サイズ 図形のバッファーを割り当て、すべての データ をコピーします。

public:
 static TensorUInt16Bit ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<unsigned short> ^ data);
 static TensorUInt16Bit CreateFromIterable(IIterable<long> const& shape, IIterable<uint16_t> const& data);
public static TensorUInt16Bit CreateFromIterable(IEnumerable<long> shape, IEnumerable<ushort> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of UShort)) As TensorUInt16Bit

パラメーター

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

バッファーのサイズ。

data

IIterable<UInt16>

IEnumerable<UInt16>

Windows.Foundation.Collections.IIterable

IIterable<uint16_t>

バッファーにコピーするデータ。

戻り値

指定されたデータを含むバッファーを持つ 16 ビット符号なし整数テンソル オブジェクト。

注釈

Windows Server

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

スレッド セーフ

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

適用対象