เทนเซอร์โฟลว์:: ปฏิบัติการ:: อาซิน

#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

ข้อโต้แย้ง:

ผลตอบแทน:

  • 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(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

โหนด

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const