aliran tensor:: operasi:: Dekuantisasi:: Attr

#include <array_ops.h>

Penyetel atribut opsional untuk Dequantize .

Ringkasan

Atribut publik

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

Fungsi publik

Axis (int64 x)
TF_MUST_USE_RESULT Attrs
Defaultnya adalah -1.
Dtype (DataType x)
TF_MUST_USE_RESULT Attrs
Jenis tensor keluaran.
Mode (StringPiece x)
TF_MUST_USE_RESULT Attrs
Defaultnya adalah "MIN_COMBINED".
NarrowRange (bool x)
TF_MUST_USE_RESULT Attrs
Defaultnya salah.

Atribut publik

sumbu_

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

tipe_d

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

mode_

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

rentang_sempit_

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

Fungsi publik

Sumbu

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

Defaultnya adalah -1.

Tipe D

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

Jenis tensor keluaran.

Saat ini Dequantize mendukung float dan bfloat16. Jika 'dtype' adalah 'bfloat16', ini hanya mendukung mode 'MIN_COMBINED'.

Defaultnya adalah DT_FLOAT

Mode

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

Defaultnya adalah "MIN_COMBINED".

Rentang Sempit

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

Defaultnya salah.