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
החזרות:
-
Output
: הטנסור y.
בנאים והורסים | |
---|---|
Atan (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
תפקידים ציבוריים | |
---|---|
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