tensorflow:: אופס:: שיזוף

#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

טיעונים:

  • scope: אובייקט Scope

החזרות:

בנאים והורסים

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 

מפעיל::tensorflow::קלט

 operator::tensorflow::Input() const 

אופרטור::tensorflow::פלט

 operator::tensorflow::Output() const