เทนเซอร์โฟลว์ :: ops :: Atanh
#include <math_ops.h>
คำนวณไฮเพอร์โบลิกแทนเจนต์ผกผันขององค์ประกอบ x ที่ชาญฉลาด
สรุป
เมื่อพิจารณาจากอินพุทเทนเซอร์ฟังก์ชันนี้จะคำนวณแทนเจนต์ไฮเพอร์โบลิกผกผันสำหรับทุกองค์ประกอบในเทนเซอร์ ช่วง อินพุต คือ [-1,1]
และช่วงเอาต์พุตคือ [-inf, inf]
ถ้าอินพุตเป็น -1
เอาต์พุตจะเป็น -inf
และถ้าอินพุตเป็น 1
เอาต์พุตจะเป็น inf
ค่านอกช่วงจะมี nan
เป็นเอาต์พุต
x = tf.constant([-float("inf"), -1, -0.5, 1, 0, 0.5, 10, float("inf")]) tf.math.atanh(x) ==> [nan -inf -0.54930615 inf 0. 0.54930615 nan nan]
อาร์กิวเมนต์:
- ขอบเขต: วัตถุ ขอบเขต
ผลตอบแทน:
-
Output
: เทนเซอร์ y
ผู้สร้างและผู้ทำลาย | |
---|---|
Atanh (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
หน้าที่สาธารณะ
Atanh
Atanh( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ :: tensorflow :: อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ :: tensorflow :: เอาท์พุท
operator::tensorflow::Output() const