flux tensoriel : : opérations : : SparseTensorDenseMatMul :: Attributs
#include <sparse_ops.h>
Setters 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 multiplication matricielle. |
AdjointB (bool x) | TF_MUST_USE_RESULT Attrs Utilisez l'adjoint de B dans la multiplication matricielle. |
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 multiplication matricielle.
Si A est complexe, c'est transpose(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 multiplication matricielle.
Si B est complexe, c'est transpose(conj(B)). Sinon, c'est transposer (B).
La valeur par défaut est false