টেনসরফ্লো :: অপস:: ডিকুয়ান্টাইজ:: Attrs

#include <array_ops.h>

ডিকুয়ান্টাইজের জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার।

সারসংক্ষেপ

পাবলিক বৈশিষ্ট্য

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
ডিফল্ট থেকে মিথ্যা.

পাবলিক বৈশিষ্ট্য

অক্ষ_

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.

ডিটাইপ

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
)

ডিফল্ট থেকে মিথ্যা.