flux tensoriel : : opérations : : MatMul
#include <math_ops.h>
Multipliez la matrice "a" par la matrice "b".
Résumé
Les entrées doivent être des matrices bidimensionnelles et la dimension intérieure de "a" (après avoir été transposée si transpose_a est vrai) doit correspondre à la dimension extérieure de "b" (après avoir été transposée si transposed_b est vrai).
Remarque : L'implémentation du noyau par défaut pour MatMul sur les GPU utilise cublas.
Arguments :
- scope : un objet Scope
Attributs facultatifs (voir Attrs
) :
- transpose_a : Si vrai, "a" est transposé avant la multiplication.
- transpose_b : Si vrai, "b" est transposé avant la multiplication.
Retours :
-
Output
: Le tenseur du produit.
Constructeurs et Destructeurs | |
---|---|
MatMul (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input b) | |
MatMul (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input b, const MatMul::Attrs & attrs) |
Attributs publics | |
---|---|
operation | |
product |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Fonctions statiques publiques | |
---|---|
TransposeA (bool x) | |
TransposeB (bool x) |
Structures | |
---|---|
tensorflow :: ops :: MatMul :: Attrs | Setters d'attributs facultatifs pour MatMul . |
Attributs publics
opération
Operation operation
produit
::tensorflow::Output product
Fonctions publiques
MatMul
MatMul( const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input b )
MatMul
MatMul( const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input b, const MatMul::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
TransposerA
Attrs TransposeA( bool x )
TransposerB
Attrs TransposeB( bool x )