Google I/O-তে টিউন করার জন্য ধন্যবাদ। চাহিদা অনুযায়ী সব সেশন দেখুন চাহিদা অনুযায়ী দেখুন

সেন্সরফ্লো :: অপস :: QuanisedInstanceNorm

#include <array_ops.h>

কোয়ান্টাইজড ইনস্ট্যান্সের স্বাভাবিকীকরণ।

সারসংক্ষেপ

যুক্তি:

  • সুযোগ: একটি স্কোপ অবজেক্ট
  • x: একটি 4D ইনপুট টেনসর
  • x_min: সর্বনিম্ন কোয়ান্টাইজড ইনপুট দ্বারা প্রতিনিধিত্ব করা মান।
  • x_max: সর্বোচ্চ পরিমাণযুক্ত ইনপুট দ্বারা প্রতিনিধিত্ব করা মান।

Attrs বৈশিষ্ট্য ( Attrs ):

  • আউটপুট_রেনজ_জিভেন: যদি সত্য হয় তবে given_y_min এবং given_y_min এবং given_y_max আউটপুট পরিসীমা হিসাবে ব্যবহৃত হয়। অন্যথায়, বাস্তবায়ন আউটপুট পরিসীমা গণনা করে।
  • given_y_min: আউটপুট মধ্যে y_min যদি output_range_given সত্য।
  • given_y_max: আউটপুট মধ্যে y_max যদি output_range_given সত্য।
  • ভেরিয়েন্স_পসিলন: 0 দ্বারা বিভাজন এড়াতে একটি ছোট ভাসমান সংখ্যা।
  • min_separation: y_max - y_min এর সর্বনিম্ন মান

রিটার্নস:

  • Output y: একটি 4D টেনসর
  • Output y_min: সর্বনিম্ন কোয়ান্টাইটিস আউটপুট দ্বারা প্রতিনিধিত্ব করা মান।
  • Output y_max: মানটি সর্বোচ্চ কোয়ান্টাইটিস আউটপুট দ্বারা প্রতিনিধিত্ব করে।

নির্মাণকারী এবং ধ্বংসকারী

QuantizedInstanceNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input x_min, :: tensorflow::Input x_max)
QuantizedInstanceNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input x_min, :: tensorflow::Input x_max, const QuantizedInstanceNorm::Attrs & attrs)

জনসাধারণের গুণাবলী

operation
y
y_max
y_min

পাবলিক স্ট্যাটিক ফাংশন

GivenYMax (float x)
GivenYMin (float x)
MinSeparation (float x)
OutputRangeGiven (bool x)
VarianceEpsilon (float x)

স্ট্রাক্টস

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

QuanisedInstanceNorm এর জন্য .চ্ছিক অ্যাট্রিবিউট সেটটার

জনসাধারণের গুণাবলী

অপারেশন

Operation operation

y

::tensorflow::Output y

y_max

::tensorflow::Output y_max

y_min

::tensorflow::Output y_min

পাবলিক ফাংশন

QuanisedInstanceNorm

 QuantizedInstanceNorm(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input x_min,
  ::tensorflow::Input x_max
)

QuanisedInstanceNorm

 QuantizedInstanceNorm(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input x_min,
  ::tensorflow::Input x_max,
  const QuantizedInstanceNorm::Attrs & attrs
)

পাবলিক স্ট্যাটিক ফাংশন

প্রদত্ত ওয়াইম্যাক্স

Attrs GivenYMax(
  float x
)

গিভওয়াইমিন

Attrs GivenYMin(
  float x
)

MinSeparation

Attrs MinSeparation(
  float x
)

আউটপুটরেঞ্জগিভেন

Attrs OutputRangeGiven(
  bool x
)

ভেরিয়েন্সএপসিলন

Attrs VarianceEpsilon(
  float x
)