tensorflow:: אופס:: אסין

#include <math_ops.h>

מחשב את הסינוס ההיפוך הטרינומטרי של x מבחינת אלמנט.

סיכום

פעולת tf.math.asin מחזירה את היפוך של tf.math.sin , כך שאם y = tf.math.sin(x) אז, x = tf.math.asin(y) .

הערה : הפלט של tf.math.asin יהיה בטווח ההיפוך של סינוס, כלומר [-pi/2, pi/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

טיעונים:

  • scope: אובייקט Scope

החזרות:

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

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 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const