เทนเซอร์โฟลว์ :: ops :: Asin

#include <math_ops.h>

คำนวณไซน์ผกผันตรีโกณมิติของ x element-wise

สรุป

การดำเนินการ 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

อาร์กิวเมนต์:

ผลตอบแทน:

  • Output : เทนเซอร์ y

ผู้สร้างและผู้ทำลาย

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

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

โหนด

::tensorflow::Node * node() const 

ตัวดำเนินการ :: tensorflow :: อินพุต

 operator::tensorflow::Input() const 

ตัวดำเนินการ :: tensorflow :: เอาท์พุท

 operator::tensorflow::Output() const