flux tensoriel : : opérations : : Vide
#include <array_ops.h>Crée un tenseur avec la forme donnée.
Résumé
 Cette opération crée un tenseur de shape et dtype .
Arguments :
- scope : un objet Scope
- forme : 1-D. Représente la forme du tenseur de sortie.
 Attributs facultatifs (voir Attrs ) :
- init : si True, initialisez le tenseur renvoyé avec la valeur par défaut de dtype. Sinon, l'implémentation est libre de ne pas initialiser le contenu du tenseur.
Retours :
| Constructeurs et Destructeurs | |
|---|---|
| Empty (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype) | |
| Empty (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype, const Empty::Attrs & attrs) | 
| Attributs publics | |
|---|---|
| operation | |
| output | |
| Fonctions publiques | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
| Fonctions statiques publiques | |
|---|---|
| Init (bool x) | |
| Structures | |
|---|---|
| tensorflow :: ops :: Vide :: Attrs | Setters d'attributs facultatifs pour Empty . | 
Attributs publics
opération
Operation operation
sortir
::tensorflow::Output output
Fonctions publiques
Vide
Empty( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, DataType dtype )
Vide
Empty( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, DataType dtype, const Empty::Attrs & attrs )
nœud
::tensorflow::Node * node() const
opérateur :: tensorflow :: Entrée
operator::tensorflow::Input() const
opérateur :: tensorflow :: Sortie
operator::tensorflow::Output() const
Fonctions statiques publiques
Initialisation
Attrs Init( bool x )