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

সেন্সরফ্লো :: অপস :: একটি কষা

#include <math_ops.h>

এক্স উপাদান অনুসারে ট্রাইগনোমেট্রিক বিপরীতমুখী অঙ্কটি গণনা করে।

সারসংক্ষেপ

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

দ্রষ্টব্য : tf.math.atan এর tf.math.atan সীমার মধ্যে থাকবে, অর্থাত (-পি / 2, পাই / 2)।

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

# Note: [1.047, 0.785] ~= [(pi/3), (pi/4)]
x = tf.constant([1.047, 0.785])
y = tf.math.tan(x) # [1.731261, 0.99920404]

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

যুক্তি:

রিটার্নস:

  • Output : y টেনসর।

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

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

পাবলিক ফাংশন

একটি কষা

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

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const