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
החזרות:
-
Output
: הטנסור y.
בנאים והורסים | |
---|---|
Tanh (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
תפקידים ציבוריים
טנה
Tanh( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
צוֹמֶת
::tensorflow::Node * node() const
מפעיל::tensorflow::קלט
operator::tensorflow::Input() const
אופרטור::tensorflow::פלט
operator::tensorflow::Output() const