flux tensoriel : : opérations : : BatchMatMul :: Attributs
#include <math_ops.h>
Setters d'attributs facultatifs pour BatchMatMul .
Résumé
Attributs publics | |
---|---|
adj_x_ = false | bool |
adj_y_ = false | bool |
Fonctions publiques | |
---|---|
AdjX (bool x) | TF_MUST_USE_RESULT Attrs Si True , adjoint les tranches de x . |
AdjY (bool x) | TF_MUST_USE_RESULT Attrs Si True , adjoint les tranches de y . |
Attributs publics
adj_x_
bool tensorflow::ops::BatchMatMul::Attrs::adj_x_ = false
adj_y_
bool tensorflow::ops::BatchMatMul::Attrs::adj_y_ = false
Fonctions publiques
AjX
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMul::Attrs::AdjX( bool x )
Si True
, adjoint les tranches de x
.
La valeur par défaut est False
.
La valeur par défaut est false
AdjY
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMul::Attrs::AdjY( bool x )
Si True
, adjoint les tranches de y
.
La valeur par défaut est False
.
La valeur par défaut est false