نشكرك على متابعة Google I / O. عرض جميع الجلسات عند الطلب مشاهدة عند الطلب

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

#include <math_ops.h>

لحساب الجيب المعكوس ثلاثي الأبعاد لـ x عنصر الحكمة.

ملخص

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

ملاحظة : سيكون إخراج tf.math.asin ضمن النطاق 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 :: Output

 operator::tensorflow::Output() const