tensorflow:: אופס:: טן

#include <math_ops.h>

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

סיכום

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

  x = tf.constant([-float("inf"), -5, -0.5, 1, 1.2, 2, 3, float("inf")])
  tf.math.tanh(x) ==> [-1. -0.99990916 -0.46211717 0.7615942 0.8336547 0.9640276 0.9950547 1.]
  

טיעונים:

  • scope: אובייקט Scope

החזרות:

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

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

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

טן

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

צוֹמֶת

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const