TensorInt32Bit.Create Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
Create() |
Membuat objek tensor bilangan bulat bertanda 32-bit tanpa mengalokasikan buffer. |
Create(IIterable<Int64>) |
Membuat objek tensor bilangan bulat bertanda 32-bit dan mengalokasikan buffer bentuk ukuran. |
Create()
Membuat objek tensor bilangan bulat bertanda 32-bit tanpa mengalokasikan buffer.
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
Mengembalikan
Objek tensor bilangan bulat bertanda 32-bit.
- Atribut
Keterangan
Windows Server
Untuk menggunakan API ini di Windows Server, Anda harus menggunakan Windows Server 2019 dengan Pengalaman Desktop.
Keamanan utas
API ini aman untuk utas.
Berlaku untuk
Create(IIterable<Int64>)
Membuat objek tensor bilangan bulat bertanda 32-bit dan mengalokasikan buffer bentuk ukuran.
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
Parameter
- shape
-
Windows.Foundation.Collections.IIterable<long long>
IIterable<long>
Ukuran buffer.
Mengembalikan
Objek tensor bilangan bulat bertanda 32-bit dengan buffer dengan ukuran tertentu.
- Atribut
Keterangan
Windows Server
Untuk menggunakan API ini di Windows Server, Anda harus menggunakan Windows Server 2019 dengan Pengalaman Desktop.
Keamanan utas
API ini aman untuk utas.