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

#include <math_ops.h>

নিম্ন নিয়মিতকৃত অসম্পূর্ণ গামা ফাংশন P(a, x) গণনা করুন।

সারসংক্ষেপ

নিম্ন নিয়মিত অসম্পূর্ণ গামা ফাংশন হিসাবে সংজ্ঞায়িত করা হয়:

\(P(a, x) = gamma(a, x) / Gamma(a) = 1 - Q(a, x)\)

কোথায়

\(gamma(a, x) = \int_{0}^{x} t^{a-1} exp(-t) dt\)

নিম্ন অসম্পূর্ণ গামা ফাংশন.

উল্লেখ্য, উপরের Q(a, x) ( Igammac ) হল উপরের নিয়মিতকৃত সম্পূর্ণ গামা ফাংশন।

যুক্তি:

রিটার্ন:

  • Output : z টেনসর।

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

Igamma (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

পাবলিক ফাংশন

ইগামা

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

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const