tensorflow:: אופס:: עכוש
#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]
טיעונים:
- scope: אובייקט Scope
החזרות:
-
Output
: הטנסור y.
בנאים והורסים | |
---|---|
Acosh (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
תפקידים ציבוריים | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
תכונות ציבוריות
מִבצָע
Operation operation
y
::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