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