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

#include <array_ops.h>

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

まとめ

パブリック属性

axis_ = -1
int64
mode_ = "MIN_COMBINED"
StringPiece
narrow_range_ = false
bool

公共機能

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

パブリック属性

軸_

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

モード_

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

狭い範囲_

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

公共機能

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

デフォルトは -1 です。

モード

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

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

狭い範囲

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

デフォルトは false です。