TensorInt16Bit.CreateFromBuffer(Int64[], IBuffer) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された
public:
static TensorInt16Bit ^ CreateFromBuffer(Platform::Array <long long> ^ shape, IBuffer ^ buffer);
static TensorInt16Bit CreateFromBuffer(winrt::array_view <long> const& shape, IBuffer const& buffer);
public static TensorInt16Bit CreateFromBuffer(long[] shape, IBuffer buffer);
function createFromBuffer(shape, buffer)
Public Shared Function CreateFromBuffer (shape As Long(), buffer As IBuffer) As TensorInt16Bit
パラメーター
- shape
-
Int64[]
long long[]
long[]
バッファーのサイズ。
- buffer
- IBuffer
評価中に使用するバッファー。
戻り値
指定 された IBufferバッファーへのバッファー参照によってサポートされる 16 ビット符号付き整数テンソル オブジェクト。
Windows の要件
デバイス ファミリ |
Windows 10, version 1903 (10.0.18362.0 で導入)
|
API contract |
Windows.AI.MachineLearning.MachineLearningContract (v2.0 で導入)
|
注釈
このオブジェクトの作成時にコピーは実行されません。バッファー 内の基になるバッファーはエンジンによって直接使用されます。
ビデオ メモリへのコピーは、CPU 以外のデバイスで実行するときに行われます。