flux tensoriel : : opérations : : MatMul :: Attributs

#include <math_ops.h>

Setters d'attributs facultatifs pour MatMul .

Résumé

Attributs publics

transpose_a_ = false
bool
transpose_b_ = false
bool

Fonctions publiques

TransposeA (bool x)
TF_MUST_USE_RESULT Attrs
Si c'est vrai, "a" est transposé avant la multiplication.
TransposeB (bool x)
TF_MUST_USE_RESULT Attrs
Si c'est vrai, "b" est transposé avant la multiplication.

Attributs publics

transpose_a_

bool tensorflow::ops::MatMul::Attrs::transpose_a_ = false

transpose_b_

bool tensorflow::ops::MatMul::Attrs::transpose_b_ = false

Fonctions publiques

TransposerA

TF_MUST_USE_RESULT Attrs tensorflow::ops::MatMul::Attrs::TransposeA(
  bool x
)

Si c'est vrai, "a" est transposé avant la multiplication.

La valeur par défaut est false

TransposerB

TF_MUST_USE_RESULT Attrs tensorflow::ops::MatMul::Attrs::TransposeB(
  bool x
)

Si c'est vrai, "b" est transposé avant la multiplication.

La valeur par défaut est false