تينسورفلو :: العمليات :: QuantizedMatMul :: أترس

#include <math_ops.h>

محددات السمات الاختيارية لـ QuantizedMatMul .

ملخص

السمات العامة

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

الوظائف العامة

Tactivation (DataType x)
TF_MUST_USE_RESULT Attrs
نوع المخرجات التي تنتجها وظيفة التنشيط بعد هذه العملية.
Toutput (DataType x)
TF_MUST_USE_RESULT Attrs
افتراضات على DT_QINT32.
TransposeA (bool x)
TF_MUST_USE_RESULT Attrs
إذا كان هذا صحيحًا ، يتم نقل a قبل الضرب.
TransposeB (bool x)
TF_MUST_USE_RESULT Attrs
إذا كان صحيحًا ، يتم تبديل b قبل الضرب.

السمات العامة

التنشيط_

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

Toutput_

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

تبديل_a_

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

تبديل ب_

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

الوظائف العامة

التنشيط

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

نوع المخرجات التي تنتجها وظيفة التنشيط بعد هذه العملية.

افتراضات على DT_QUINT8

توتوت

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

افتراضات على DT_QINT32.

تبديل

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

إذا كان هذا صحيحًا ، فسيتم تبديل a قبل الضرب.

افتراضات على خطأ

تبديل

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

إذا كان صحيحًا ، يتم تبديل b قبل الضرب.

افتراضات على خطأ