Compartir a través de


TensorUInt16Bit.Create Método

Definición

Sobrecargas

Create()

Crea un objeto tensor de entero de 16 bits sin signo sin asignar un búfer.

Create(IIterable<Int64>)

Crea un objeto tensor entero de 16 bits sin signo y asigna un búfer de forma de tamaño.

Create()

Crea un objeto tensor de entero de 16 bits sin signo sin asignar un búfer.

public:
 static TensorUInt16Bit ^ Create();
/// [Windows.Foundation.Metadata.Overload("Create")]
 static TensorUInt16Bit Create();
[Windows.Foundation.Metadata.Overload("Create")]
public static TensorUInt16Bit Create();
function create()
Public Shared Function Create () As TensorUInt16Bit

Devoluciones

Un objeto tensor entero de 16 bits sin signo.

Atributos

Comentarios

Windows Server

Para usar esta API en Windows Server, debe usar Windows Server 2019 con Experiencia de escritorio.

Seguridad para subprocesos

Esta API es segura para subprocesos.

Se aplica a

Create(IIterable<Int64>)

Crea un objeto tensor entero de 16 bits sin signo y asigna un búfer de forma de tamaño.

public:
 static TensorUInt16Bit ^ Create(IIterable<long long> ^ shape);
/// [Windows.Foundation.Metadata.Overload("Create2")]
 static TensorUInt16Bit Create(IIterable<long> const& shape);
[Windows.Foundation.Metadata.Overload("Create2")]
public static TensorUInt16Bit Create(IEnumerable<long> shape);
function create(shape)
Public Shared Function Create (shape As IEnumerable(Of Long)) As TensorUInt16Bit

Parámetros

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable<long long>

IIterable<long>

Tamaño del búfer.

Devoluciones

Un tensor entero de 16 bits sin signo con un búfer del tamaño especificado.

Atributos

Comentarios

Windows Server

Para usar esta API en Windows Server, debe usar Windows Server 2019 con Experiencia de escritorio.

Seguridad para subprocesos

Esta API es segura para subprocesos.

Se aplica a