テンソルフロー::作戦:: FakeQuantWithMinMaxArgs::属性
#include <array_ops.h>
FakeQuantWithMinMaxArgsのオプションの属性セッター。
まとめ
パブリック属性 | |
---|---|
max_ = 6.0f | float |
min_ = -6.0f | float |
narrow_range_ = false | bool |
num_bits_ = 8 | int64 |
公共機能 | |
---|---|
Max (float x) | TF_MUST_USE_RESULT Attrs デフォルトは 6 です。 |
Min (float x) | TF_MUST_USE_RESULT Attrs デフォルトは -6 です。 |
NarrowRange (bool x) | TF_MUST_USE_RESULT Attrs デフォルトは false です。 |
NumBits (int64 x) | TF_MUST_USE_RESULT Attrs デフォルトは 8 です。 |
パブリック属性
最大_
float tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::max_ = 6.0f
min_
float tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::min_ = -6.0f
狭い範囲_
bool tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::narrow_range_ = false
num_bits_
int64 tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::num_bits_ = 8
公共機能
マックス
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::Max( float x )
デフォルトは 6 です。
分
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::Min( float x )
デフォルトは -6 です。
狭い範囲
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::NarrowRange( bool x )
デフォルトは false です。
ビット数
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::NumBits( int64 x )
デフォルトは 8 です。