次の方法で共有


TensorInt32Bit.CreateFromArray(IIterable<Int64>, Int32[]) メソッド

定義

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

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

パラメーター

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

バッファーのサイズ。

data

Int32[]

int[]

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

戻り値

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

注釈

Windows Server

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

スレッド セーフ

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

適用対象