tensorflow :: অপস:: FakeQuantWithMinMaxArgsGradient

#include <array_ops.h>

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

সারসংক্ষেপ

যুক্তি:

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

রিটার্ন:

  • Output : 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)

কাঠামো

tensorflow:: ops:: FakeQuantWithMinMaxArgsGradient:: Attrs

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

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

ব্যাকপ্রপস

::tensorflow::Output backprops

অপারেশন

Operation operation

পাবলিক ফাংশন

FakeQuantWithMinMaxArgsGradient

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

FakeQuantWithMinMaxArgsGradient

 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
)

NumBits

Attrs NumBits(
  int64 x
)