সেন্সরফ্লো :: অপস :: অসিন
#include <math_ops.h>
এক্স উপাদান-অনুসারে বিপরীতমুখী হাইপারবোলিক সাইনগুলি গণনা করে।
সারসংক্ষেপ
একটি ইনপুট টেনসর দেওয়া, এই ফাংশনটি টেনসরের প্রতিটি উপাদানের জন্য বিপরীতমুখী হাইপারবোলিক সাইন গণনা করে। ইনপুট এবং আউটপুট উভয়েরই [-inf, inf]
ব্যাপ্তি রয়েছে।
x = tf.constant([-float("inf"), -2, -0.5, 1, 1.2, 200, 10000, float("inf")]) tf.math.asinh(x) ==> [-inf -1.4436355 -0.4812118 0.8813736 1.0159732 5.991471 9.903487 inf]
যুক্তি:
- সুযোগ: একটি স্কোপ অবজেক্ট
রিটার্নস:
-
Output
: y টেনসর।
নির্মাণকারী এবং ধ্বংসকারী | |
---|---|
Asinh (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
পাবলিক ফাংশন
অসিন
Asinh( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
নোড
::tensorflow::Node * node() const
অপারেটর :: টেনসরফ্লো :: ইনপুট
operator::tensorflow::Input() const
অপারেটর :: টেনসরফ্লো :: আউটপুট
operator::tensorflow::Output() const