텐서플로우:: 작전:: 양자화된MatMul:: 속성
#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 true인 경우 a 곱하기 전에 전치됩니다. |
TransposeB (bool x) | TF_MUST_USE_RESULT Attrs true인 경우 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
transpose_b_
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입니다.
조옮김A
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedMatMul::Attrs::TransposeA( bool x )
true인 경우 a
곱하기 전에 전치됩니다.
기본값은 거짓
조옮김B
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedMatMul::Attrs::TransposeB( bool x )
true인 경우 b
곱하기 전에 전치됩니다.
기본값은 거짓