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

#include <array_ops.h>

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

まとめ

パブリック属性

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

公共機能

Axis (int64 x)
TF_MUST_USE_RESULT Attrs
デフォルトは -1 です。
Dtype (DataType x)
TF_MUST_USE_RESULT Attrs
出力テンソルのタイプ。
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

dtype_

DataType tensorflow::ops::Dequantize::Attrs::dtype_ = DT_FLOAT

モード_

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

Dタイプ

TF_MUST_USE_RESULT Attrs tensorflow::ops::Dequantize::Attrs::Dtype(
  DataType x
)

出力テンソルのタイプ。

現在、 Dequantize はfloat と bfloat16 をサポートしています。 「dtype」が「bfloat16」の場合、「MIN_COMBINED」モードのみがサポートされます。

デフォルトは DT_FLOAT です

モード

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