TensorInt32Bit.Create メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Create() |
バッファーを割り当てずに、32 ビット符号付き整数テンソル オブジェクトを作成します。 |
Create(IIterable<Int64>) |
32 ビット符号付き整数テンソル オブジェクトを作成し、サイズ 図形のバッファーを割り当てます。 |
Create()
バッファーを割り当てずに、32 ビット符号付き整数テンソル オブジェクトを作成します。
public:
static TensorInt32Bit ^ Create();
/// [Windows.Foundation.Metadata.Overload("Create")]
static TensorInt32Bit Create();
[Windows.Foundation.Metadata.Overload("Create")]
public static TensorInt32Bit Create();
function create()
Public Shared Function Create () As TensorInt32Bit
戻り値
32 ビット符号付き整数テンソル オブジェクト。
- 属性
注釈
Windows Server
Windows Server でこの API を使用するには、Windows Server 2019 とデスクトップ エクスペリエンスを使用する必要があります。
スレッド セーフ
この API はスレッド セーフです。
適用対象
Create(IIterable<Int64>)
32 ビット符号付き整数テンソル オブジェクトを作成し、サイズ 図形のバッファーを割り当てます。
public:
static TensorInt32Bit ^ Create(IIterable<long long> ^ shape);
/// [Windows.Foundation.Metadata.Overload("Create2")]
static TensorInt32Bit Create(IIterable<long> const& shape);
[Windows.Foundation.Metadata.Overload("Create2")]
public static TensorInt32Bit Create(IEnumerable<long> shape);
function create(shape)
Public Shared Function Create (shape As IEnumerable(Of Long)) As TensorInt32Bit
パラメーター
- shape
-
Windows.Foundation.Collections.IIterable<long long>
IIterable<long>
バッファーのサイズ。
戻り値
指定されたサイズのバッファーを持つ 32 ビット符号付き整数テンソル オブジェクト。
- 属性
注釈
Windows Server
Windows Server でこの API を使用するには、Windows Server 2019 とデスクトップ エクスペリエンスを使用する必要があります。
スレッド セーフ
この API はスレッド セーフです。