টেনসরফ্লো :: অপস:: লগামা
#include <math_ops.h>
Gamma(x)
উপাদান-ভিত্তিক পরম মানের লগ গণনা করে।
সারাংশ
ধনাত্মক সংখ্যার জন্য, এই ফাংশনটি টেনসরের প্রতিটি উপাদানের জন্য লগ((ইনপুট - 1)!) গণনা করে। lgamma(5) = log((5-1)!) = log(4!) = log(24) = 3.1780539
উদাহরণ:
x = tf.constant([0, 0.5, 1, 4.5, -4, -5.6]) tf.math.lgamma(x) ==> [inf, 0.5723649, 0., 2.4537368, inf, -4.6477685]
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
রিটার্ন:
-
Output
: y টেনসর।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
Lgamma (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
পাবলিক বৈশিষ্ট্য | |
---|---|
operation | |
y |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
y
::tensorflow::Output y
পাবলিক ফাংশন
লগামা
Lgamma( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const