テンソルフロー::作戦::クオンタイズV2::属性

#include <array_ops.h>

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

まとめ

パブリック属性

axis_ = -1
int64
ensure_minimum_range_ = 0.01f
float
mode_ = "MIN_COMBINED"
StringPiece
narrow_range_ = false
bool
round_mode_ = "HALF_AWAY_FROM_ZERO"
StringPiece

公共機能

Axis (int64 x)
TF_MUST_USE_RESULT Attrs
デフォルトは -1 です。
EnsureMinimumRange (float x)
TF_MUST_USE_RESULT Attrs
デフォルトは 0.01 です。
Mode (StringPiece x)
TF_MUST_USE_RESULT Attrs
デフォルトは「MIN_COMBINED」です。
NarrowRange (bool x)
TF_MUST_USE_RESULT Attrs
デフォルトは false です。
RoundMode (StringPiece x)
TF_MUST_USE_RESULT Attrs
デフォルトは「HALF_AWAY_FROM_ZERO」です。

パブリック属性

軸_

int64 tensorflow::ops::QuantizeV2::Attrs::axis_ = -1

ensure_minimum_range_

float tensorflow::ops::QuantizeV2::Attrs::ensure_minimum_range_ = 0.01f

モード_

StringPiece tensorflow::ops::QuantizeV2::Attrs::mode_ = "MIN_COMBINED"

狭い範囲_

bool tensorflow::ops::QuantizeV2::Attrs::narrow_range_ = false

ラウンドモード_

StringPiece tensorflow::ops::QuantizeV2::Attrs::round_mode_ = "HALF_AWAY_FROM_ZERO"

公共機能

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::Axis(
  int64 x
)

デフォルトは -1 です。

最小範囲の確保

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::EnsureMinimumRange(
  float x
)

デフォルトは 0.01 です。

モード

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::Mode(
  StringPiece x
)

デフォルトは「MIN_COMBINED」です。

狭い範囲

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::NarrowRange(
  bool x
)

デフォルトは false です。

ラウンドモード

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::RoundMode(
  StringPiece x
)

デフォルトは「HALF_AWAY_FROM_ZERO」です。