テンソルフロー::作戦::量子化と逆量子化V3::属性
#include <array_ops.h>
QuantizeAndDequantizeV3のオプションの属性セッター。
まとめ
パブリック属性 | |
---|---|
axis_ = -1 | int64 |
narrow_range_ = false | bool |
range_given_ = true | bool |
signed_input_ = true | bool |
公共機能 | |
---|---|
Axis (int64 x) | TF_MUST_USE_RESULT Attrs デフォルトは -1 です。 |
NarrowRange (bool x) | TF_MUST_USE_RESULT Attrs デフォルトは false です。 |
RangeGiven (bool x) | TF_MUST_USE_RESULT Attrs デフォルトは true です。 |
SignedInput (bool x) | TF_MUST_USE_RESULT Attrs デフォルトは true です。 |
パブリック属性
軸_
int64 tensorflow::ops::QuantizeAndDequantizeV3::Attrs::axis_ = -1
狭い範囲_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::narrow_range_ = false
範囲_指定_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::range_given_ = true
signed_input_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::signed_input_ = true
公共機能
軸
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::Axis( int64 x )
デフォルトは -1 です。
狭い範囲
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::NarrowRange( bool x )
デフォルトは false です。
範囲指定
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::RangeGiven( bool x )
デフォルトは true です。
署名付き入力
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::SignedInput( bool x )
デフォルトは true です。