Google I/O-তে টিউন করার জন্য ধন্যবাদ। চাহিদা অনুযায়ী সব সেশন দেখুন চাহিদা অনুযায়ী দেখুন

সেন্সরফ্লো :: অপস :: আসিন

#include <math_ops.h>

এক্স উপাদান অনুসারে ট্রাইগনমেট্রিক ইনভার্স সাইন গণনা করে।

সারসংক্ষেপ

tf.math.asin অপারেশন tf.math.asin এর বিপরীতটি প্রদান tf.math.sin , যেমন যদি y = tf.math.sin(x) তবে x = tf.math.asin(y)

দ্রষ্টব্য : tf.math.asin এর আউটপুট সাইন এর tf.math.asin পরিসীমা, অর্থাৎ [-pi / 2, পাই / 2] এর মধ্যে থাকবে।

উদাহরণ স্বরূপ:

# Note: [1.047, 0.785] ~= [(pi/3), (pi/4)]
x = tf.constant([1.047, 0.785])
y = tf.math.sin(x) # [0.8659266, 0.7068252]

tf.math.asin(y) # [1.047, 0.785] = x

যুক্তি:

রিটার্নস:

  • Output : y টেনসর।

নির্মাণকারী এবং ধ্বংসকারী

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

পাবলিক ফাংশন

আসিন

 Asin(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const