tensorflow :: ops :: 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
transpose_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입니다.
Toutput
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedMatMul::Attrs::Toutput( DataType x )
기본값은 DT_QINT32입니다.
TransposeA
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedMatMul::Attrs::TransposeA( bool x )
참이면 곱하기 전에 a
가 전치됩니다.
기본값은 false
조옮김 B
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedMatMul::Attrs::TransposeB( bool x )
참이면 b
는 곱하기 전에 전치됩니다.
기본값은 false