tensorflow :: অপস:: পলিগামা

#include <math_ops.h>

পলিগামা ফাংশন \(^{(n)}(x)\)গণনা করুন।

সারসংক্ষেপ

পলিগামা ফাংশনটি সংজ্ঞায়িত করা হয়েছে:

\(^{(a)}(x) = {d^a}{dx^a} (x)\)

যেখানে \((x)\) হল ডিগামা ফাংশন। পলিগামা ফাংশন শুধুমাত্র অ-নেতিবাচক পূর্ণসংখ্যা ক্রমগুলির জন্য সংজ্ঞায়িত করা হয় \a

যুক্তি:

রিটার্ন:

  • Output : z টেনসর।

কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর

Polygamma (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input x)

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

operation
z

পাবলিক ফাংশন

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

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

অপারেশন

Operation operation

z

::tensorflow::Output z

পাবলিক ফাংশন

পলিগামা

 Polygamma(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input a,
  ::tensorflow::Input x
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const