テンソルフロー::作戦::量子化と逆量子化V3::属性

#include <array_ops.h>

QuantizeAndDequantizeV3のオプションの属性セッター。

まとめ

パブリック属性

narrow_range_ = false
bool
range_given_ = true
bool
signed_input_ = true
bool

公共機能

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 です。

パブリック属性

狭い範囲_

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::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 です。