tensorflow :: অপস:: QuantizeV2:: Attrs

#include <array_ops.h>

QuantizeV2 এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার।

সারসংক্ষেপ

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

axis_ = -1
int64
ensure_minimum_range_ = 0.01f
float
mode_ = "MIN_COMBINED"
StringPiece
narrow_range_ = false
bool
round_mode_ = "HALF_AWAY_FROM_ZERO"
StringPiece

পাবলিক ফাংশন

Axis (int64 x)
TF_MUST_USE_RESULT Attrs
ডিফল্ট -1.
EnsureMinimumRange (float x)
TF_MUST_USE_RESULT Attrs
ডিফল্ট 0.01।
Mode (StringPiece x)
TF_MUST_USE_RESULT Attrs
"MIN_COMBINED" এ ডিফল্ট।
NarrowRange (bool x)
TF_MUST_USE_RESULT Attrs
ডিফল্ট থেকে মিথ্যা.
RoundMode (StringPiece x)
TF_MUST_USE_RESULT Attrs
"HALF_AWAY_FROM_ZERO" ডিফল্ট।

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

অক্ষ_

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

নিশ্চিত_নূন্যতম_পরিসীমা_

float tensorflow::ops::QuantizeV2::Attrs::ensure_minimum_range_ = 0.01f

মোড_

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

সংকীর্ণ পরিসর_

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

রাউন্ড_মোড_

StringPiece tensorflow::ops::QuantizeV2::Attrs::round_mode_ = "HALF_AWAY_FROM_ZERO"

পাবলিক ফাংশন

অক্ষ

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

ডিফল্ট -1.

সর্বনিম্ন রেঞ্জ নিশ্চিত করুন

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::EnsureMinimumRange(
  float x
)

ডিফল্ট 0.01।

মোড

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

"MIN_COMBINED" এ ডিফল্ট।

সংকীর্ণ পরিসর

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

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

রাউন্ডমোড

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::RoundMode(
  StringPiece x
)

"HALF_AWAY_FROM_ZERO" ডিফল্ট।