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

#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

الحجج:

عائدات:

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

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

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

آسين

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

العقدة

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const