テンソルフロー::作戦:: FakeQuantWithMinMaxArgsGradient::属性

#include <array_ops.h>

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

まとめ

パブリック属性

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::FakeQuantWithMinMaxArgsGradient::Attrs::max_ = 6.0f

min_

float tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::min_ = -6.0f

狭い範囲_

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

num_bits_

int64 tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::num_bits_ = 8

公共機能

マックス

TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::Max(
  float x
)

デフォルトは 6 です。

TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::Min(
  float x
)

デフォルトは -6 です。

狭い範囲

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

デフォルトは false です。

ビット数

TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::NumBits(
  int64 x
)

デフォルトは 8 です。