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