tensorflow :: opérations :: SparseTensorDenseMatMul :: Attrs
#include <sparse_ops.h>
Définisseurs d' attributs facultatifs pour SparseTensorDenseMatMul .
Résumé
Attributs publics | |
---|---|
adjoint_a_ = false | bool |
adjoint_b_ = false | bool |
Fonctions publiques | |
---|---|
AdjointA (bool x) | TF_MUST_USE_RESULT Attrs Utilisez l'adjoint de A dans la matrice de multiplication. |
AdjointB (bool x) | TF_MUST_USE_RESULT Attrs Utilisez l'adjoint de B dans la matrice de multiplication. |
Attributs publics
adjoint_a_
bool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_a_ = false
adjoint_b_
bool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_b_ = false
Fonctions publiques
AdjointA
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseTensorDenseMatMul::Attrs::AdjointA( bool x )
Utilisez l'adjoint de A dans la matrice de multiplication.
Si A est complexe, c'est transposer (conj (A)). Sinon, c'est transposer (A).
La valeur par défaut est false
AdjointB
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseTensorDenseMatMul::Attrs::AdjointB( bool x )
Utilisez l'adjoint de B dans la matrice de multiplication.
Si B est complexe, c'est transpose (conj (B)). Sinon, c'est transposer (B).
La valeur par défaut est false