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

#include <math_ops.h>

מחשב סינוס היפרבולי של x מבחינת אלמנט.

סיכום

בהינתן טנזור קלט, פונקציה זו מחשבת סינוס היפרבולי של כל אלמנט בטנזור. טווח הקלט הוא [-inf,inf] וטווח הפלט הוא [-inf,inf] .

  x = tf.constant([-float("inf"), -9, -0.5, 1, 1.2, 2, 10, float("inf")])
  tf.math.sinh(x) ==> [-inf -4.0515420e+03 -5.2109528e-01 1.1752012e+00 1.5094614e+00 3.6268604e+00 1.1013232e+04 inf]
  

טיעונים:

  • scope: אובייקט Scope

החזרות:

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

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

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

סינח

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

צוֹמֶת

::tensorflow::Node * node() const 

מפעיל::tensorflow::קלט

 operator::tensorflow::Input() const 

אופרטור::tensorflow::פלט

 operator::tensorflow::Output() const