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

সেন্সরফ্লো :: অপস :: FakeQuantWithMinMaxArgs গ্রেডিয়েন্ট

#include <array_ops.h>

একটি FakeQuantWithMinMaxArgs অপারেশনের জন্য গণনা গ্রেডিয়েন্টস।

সারসংক্ষেপ

যুক্তি:

  • সুযোগ: একটি স্কোপ অবজেক্ট
  • গ্রেডিয়েন্টস: FakeQuantWithMinMaxArgs ক্রিয়াকলাপের উপরে ব্যাকপ্রেগেটেড গ্রেডিয়েন্টস।
  • ইনপুটস: FakeQuantWithMinMaxArgs ক্রিয়াকলাপের ইনপুট হিসাবে মানগুলি উত্তীর্ণ হয়েছে।

রিটার্নস:

  • Output : নীচের Backpropagated গ্রেডিয়েন্ট FakeQuantWithMinMaxArgs অপারেশন: gradients * (inputs >= min && inputs <= max)

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

FakeQuantWithMinMaxArgsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs)
FakeQuantWithMinMaxArgsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, const FakeQuantWithMinMaxArgsGradient::Attrs & attrs)

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

backprops
operation

পাবলিক ফাংশন

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

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

Max (float x)
Min (float x)
NarrowRange (bool x)
NumBits (int64 x)

স্ট্রাক্টস

টেনস্রোফ্লো :: অপ্স :: ফেককিউয়ান্ট উইথমিনম্যাক্সআর্গস গ্রেডিয়েন্ট :: অ্যাটারস

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

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

পশ্চাদপসরণ

::tensorflow::Output backprops

অপারেশন

Operation operation

পাবলিক ফাংশন

FakeQuantWithMinMaxArgs গ্রেডিয়েন্ট

 FakeQuantWithMinMaxArgsGradient(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input gradients,
  ::tensorflow::Input inputs
)

FakeQuantWithMinMaxArgs গ্রেডিয়েন্ট

 FakeQuantWithMinMaxArgsGradient(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input gradients,
  ::tensorflow::Input inputs,
  const FakeQuantWithMinMaxArgsGradient::Attrs & attrs
)

নোড

::tensorflow::Node * node() const 

অপারেটর :: টেনসরফ্লো :: ইনপুট

 operator::tensorflow::Input() const 

অপারেটর :: টেনসরফ্লো :: আউটপুট

 operator::tensorflow::Output() const 

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

সর্বাধিক

Attrs Max(
  float x
)

নূন্যতম

Attrs Min(
  float x
)

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

Attrs NarrowRange(
  bool x
)

নম্ববিটস

Attrs NumBits(
  int64 x
)