TensorUInt64Bit.CreateFromArray(IIterable<Int64>, UInt64[]) メソッド

定義

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

public:
 static TensorUInt64Bit ^ CreateFromArray(IIterable<long long> ^ shape, Platform::Array <unsigned long long> ^ data);
 static TensorUInt64Bit CreateFromArray(IIterable<long> const& shape, winrt::array_view <uint64_t> const& data);
public static TensorUInt64Bit CreateFromArray(IEnumerable<long> shape, ulong[] data);
function createFromArray(shape, data)
Public Shared Function CreateFromArray (shape As IEnumerable(Of Long), data As ULong()) As TensorUInt64Bit

パラメーター

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

バッファーのサイズ。

data

UInt64[]

unsigned long long[]

uint64_t[]

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

戻り値

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

注釈

Windows Server

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

スレッド セーフ

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

適用対象