tensorflow:: אופס:: אסינה

#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]
  

טיעונים:

  • scope: אובייקט Scope

החזרות:

בנאים והורסים

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

תכונות ציבוריות

operation
y

תפקידים ציבוריים

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

תכונות ציבוריות

מבצע

Operation operation

y

::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