Partager via


TensorBoolean.CreateFromShapeArrayAndDataArray(Int64[], Boolean[]) Méthode

Définition

Crée un objet tensoriel booléen, alloue une mémoire tampon de taille et copie toutes les données dans celui-ci.

public:
 static TensorBoolean ^ CreateFromShapeArrayAndDataArray(Platform::Array <long long> ^ shape, Platform::Array <bool> ^ data);
 static TensorBoolean CreateFromShapeArrayAndDataArray(winrt::array_view <long> const& shape, winrt::array_view <bool> const& data);
public static TensorBoolean CreateFromShapeArrayAndDataArray(long[] shape, bool[] data);
function createFromShapeArrayAndDataArray(shape, data)
Public Shared Function CreateFromShapeArrayAndDataArray (shape As Long(), data As Boolean()) As TensorBoolean

Paramètres

shape

Int64[]

long long[]

long[]

Taille de la mémoire tampon.

data

Boolean[]

bool[]

Données à copier dans la mémoire tampon.

Retours

Objet tensoriel booléen avec une mémoire tampon contenant les données données.

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1903 (introduit dans 10.0.18362.0)
API contract
Windows.AI.MachineLearning.MachineLearningContract (introduit dans v2.0)

S’applique à