تدفق التوتر:: العمليات:: أتان

#include <math_ops.h>

يحسب الظل المثلثي العكسي للعنصر x.

ملخص

تُرجع العملية tf.math.atan معكوس tf.math.tan ، بحيث إذا كانت y = tf.math.tan(x) فإن x = tf.math.atan(y) .

ملحوظة : مخرجات tf.math.atan ستقع ضمن النطاق القابل للعكس من tan، أي (-pi/2, pi/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

الحجج:

عائدات:

البنائين والمدمرين

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

الصفات العامة

operation
y

الوظائف العامة

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

الصفات العامة

عملية

Operation operation

ذ

::tensorflow::Output y

الوظائف العامة

أتان

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

العقدة

::tensorflow::Node * node() const 

المشغل::tensorflow::الإدخال

 operator::tensorflow::Input() const 

المشغل::tensorflow::الإخراج

 operator::tensorflow::Output() const