flux tensoriel : : opérations : : Tanh
#include <math_ops.h>
Calcule la tangente hyperbolique de x
par élément.
Résumé
Étant donné un tenseur d'entrée, cette fonction calcule la tangente hyperbolique de chaque élément du tenseur. La plage d'entrée est [-inf, inf]
et la plage de sortie est [-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.]
Arguments :
- scope : un objet Scope
Retours :
-
Output
: Le tenseur y.
Constructeurs et Destructeurs | |
---|---|
Tanh (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
Attributs publics | |
---|---|
operation | |
y |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributs publics
opération
Operation operation
oui
::tensorflow::Output y
Fonctions publiques
Tanh
Tanh( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
nœud
::tensorflow::Node * node() const
opérateur :: tensorflow :: Entrée
operator::tensorflow::Input() const
opérateur :: tensorflow :: Sortie
operator::tensorflow::Output() const