تدفق التوتر:: العمليات:: 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

توتبوت_

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 قبل الضرب.

الافتراضيات كاذبة