TensorInt16Bit.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 con segno a 16 bit senza allocare un buffer. |
Create(IIterable<Int64>) |
Crea un oggetto tensore intero con segno a 16 bit e alloca un buffer di forma di dimensione. |
Create()
Crea un oggetto tensore intero con segno a 16 bit senza allocare un buffer.
public:
static TensorInt16Bit ^ Create();
/// [Windows.Foundation.Metadata.Overload("Create")]
static TensorInt16Bit Create();
[Windows.Foundation.Metadata.Overload("Create")]
public static TensorInt16Bit Create();
function create()
Public Shared Function Create () As TensorInt16Bit
Restituisce
Oggetto tensore intero con segno a 16 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 con segno a 16 bit e alloca un buffer di forma di dimensione.
public:
static TensorInt16Bit ^ Create(IIterable<long long> ^ shape);
/// [Windows.Foundation.Metadata.Overload("Create2")]
static TensorInt16Bit Create(IIterable<long> const& shape);
[Windows.Foundation.Metadata.Overload("Create2")]
public static TensorInt16Bit Create(IEnumerable<long> shape);
function create(shape)
Public Shared Function Create (shape As IEnumerable(Of Long)) As TensorInt16Bit
Parametri
- shape
-
Windows.Foundation.Collections.IIterable<long long>
IIterable<long>
Dimensione del buffer.
Restituisce
Oggetto tensore intero con segno a 16 bit con 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.