TensorUInt64Bit.Create Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Create() |
Crea un oggetto tensore intero senza segno a 64 bit senza allocare un buffer. |
Create(IIterable<Int64>) |
Crea un oggetto tensore intero senza segno a 64 bit e alloca un buffer di forma di dimensioni. |
Create()
Crea un oggetto tensore intero senza segno a 64 bit senza allocare un buffer.
public:
static TensorUInt64Bit ^ Create();
/// [Windows.Foundation.Metadata.Overload("Create")]
static TensorUInt64Bit Create();
[Windows.Foundation.Metadata.Overload("Create")]
public static TensorUInt64Bit Create();
function create()
Public Shared Function Create () As TensorUInt64Bit
Restituisce
Oggetto tensore intero senza segno a 64 bit.
- Attributi
Commenti
Windows Server
Per usare questa API in Windows Server, è necessario usare Windows Server 2019 con Esperienza desktop.
Thread safety
Questa API è thread-safe.
Si applica a
Create(IIterable<Int64>)
Crea un oggetto tensore intero senza segno a 64 bit e alloca un buffer di forma di dimensioni.
public:
static TensorUInt64Bit ^ Create(IIterable<long long> ^ shape);
/// [Windows.Foundation.Metadata.Overload("Create2")]
static TensorUInt64Bit Create(IIterable<long> const& shape);
[Windows.Foundation.Metadata.Overload("Create2")]
public static TensorUInt64Bit Create(IEnumerable<long> shape);
function create(shape)
Public Shared Function Create (shape As IEnumerable(Of Long)) As TensorUInt64Bit
Parametri
- shape
-
Windows.Foundation.Collections.IIterable<long long>
IIterable<long>
Dimensione del buffer.
Restituisce
Oggetto tensore intero senza segno a 64 bit con un buffer delle dimensioni specificate.
- Attributi
Commenti
Windows Server
Per usare questa API in Windows Server, è necessario usare Windows Server 2019 con Esperienza desktop.
Thread safety
Questa API è thread-safe.