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

#include <math_ops.h>

คำนวณไซน์ไฮเปอร์โบลิกผกผันขององค์ประกอบ x

สรุป

เมื่อพิจารณาอินพุตเทนเซอร์ ฟังก์ชันนี้จะคำนวณไฮเปอร์โบลิกไซน์ผกผันสำหรับทุกองค์ประกอบในเทนเซอร์ ทั้งอินพุตและเอาต์พุตมีช่วง [-inf, inf]

  x = tf.constant([-float("inf"), -2, -0.5, 1, 1.2, 200, 10000, float("inf")])
  tf.math.asinh(x) ==> [-inf -1.4436355 -0.4812118 0.8813736 1.0159732 5.991471 9.903487 inf]
  

ข้อโต้แย้ง:

ผลตอบแทน:

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

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

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

งานสาธารณะ

อาซิญ

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

โหนด

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const