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

#include <math_ops.h>

Setters d'attributs facultatifs pour QuantizedMatMul .

Résumé

Attributs publics

Tactivation_ = DT_QUINT8
DataType
Toutput_ = DT_QINT32
DataType
transpose_a_ = false
bool
transpose_b_ = false
bool

Fonctions publiques

Tactivation (DataType x)
TF_MUST_USE_RESULT Attrs
Type de sortie produite par la fonction d'activation suite à cette opération.
Toutput (DataType x)
TF_MUST_USE_RESULT Attrs
La valeur par défaut est DT_QINT32.
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 vrai, b est transposé avant la multiplication.

Attributs publics

Tactivation_

DataType tensorflow::ops::QuantizedMatMul::Attrs::Tactivation_ = DT_QUINT8

Toutput_

DataType tensorflow::ops::QuantizedMatMul::Attrs::Toutput_ = DT_QINT32

transpose_a_

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

transpose_b_

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

Fonctions publiques

Activation

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedMatMul::Attrs::Tactivation(
  DataType x
)

Type de sortie produite par la fonction d'activation suite à cette opération.

La valeur par défaut est DT_QUINT8

Sortie

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedMatMul::Attrs::Toutput(
  DataType x
)

La valeur par défaut est DT_QINT32.

TransposerA

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedMatMul::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::QuantizedMatMul::Attrs::TransposeB(
  bool x
)

Si vrai, b est transposé avant la multiplication.

La valeur par défaut est false