টেনসরফ্লো :: অপস:: অ্যাকোশ
#include <math_ops.h>
x উপাদানের বিপরীত হাইপারবোলিক কোসাইন গণনা করে।
সারাংশ
একটি ইনপুট টেনসর দেওয়া হলে, ফাংশনটি প্রতিটি উপাদানের বিপরীত হাইপারবোলিক কোসাইন গণনা করে। ইনপুট পরিসর হল [1, inf]
। ইনপুট রেঞ্জের বাইরে থাকলে এটি nan
প্রদান করে।
x = tf.constant([-2, -0.5, 1, 1.2, 200, 10000, float("inf")]) tf.math.acosh(x) ==> [nan nan 0. 0.62236255 5.9914584 9.903487 inf]
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
রিটার্ন:
-
Output
: y টেনসর।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
Acosh (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
পাবলিক ফাংশন
অ্যাকোশ
Acosh( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const