TensorUInt64Bit.CreateFromIterable メソッド

定義

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

public:
 static TensorUInt64Bit ^ CreateFromIterable(IIterable<long long> ^ shape, IIterable<unsigned long long> ^ data);
 static TensorUInt64Bit CreateFromIterable(IIterable<long> const& shape, IIterable<uint64_t> const& data);
public static TensorUInt64Bit CreateFromIterable(IEnumerable<long> shape, IEnumerable<ulong> data);
function createFromIterable(shape, data)
Public Shared Function CreateFromIterable (shape As IEnumerable(Of Long), data As IEnumerable(Of ULong)) As TensorUInt64Bit

パラメーター

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

バッファーのサイズ。

data

IIterable<UInt64>

IEnumerable<UInt64>

Windows.Foundation.Collections.IIterable

IIterable<uint64_t>

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

戻り値

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

注釈

Windows Server

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

スレッド セーフ

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

適用対象