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