tensoreflusso:: ops:: QuantizedMatMul:: Attr

#include <math_ops.h>

Setter di attributi facoltativi per QuantizedMatMul .

Riepilogo

Attributi pubblici

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

Funzioni pubbliche

Tactivation (DataType x)
TF_MUST_USE_RESULT Attrs
Il tipo di uscita prodotta dalla funzione di attivazione a seguito di questa operazione.
Toutput (DataType x)
TF_MUST_USE_RESULT Attrs
Il valore predefinito è DT_QINT32.
TransposeA (bool x)
TF_MUST_USE_RESULT Attrs
Se vero, a viene trasposto prima della moltiplicazione.
TransposeB (bool x)
TF_MUST_USE_RESULT Attrs
Se vero, b viene trasposto prima della moltiplicazione.

Attributi pubblici

Attivazione_

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

Tuscita_

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

trasporre_a_

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

trasporre_b_

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

Funzioni pubbliche

Attivazione

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

Il tipo di uscita prodotta dalla funzione di attivazione a seguito di questa operazione.

Il valore predefinito è DT_QUINT8

Tuscita

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

Il valore predefinito è DT_QINT32.

TrasporreA

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

Se vero, a viene trasposto prima della moltiplicazione.

Il valore predefinito è falso

TrasporreB

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

Se vero, b viene trasposto prima della moltiplicazione.

Il valore predefinito è falso