flux tensoriel : : opérations : : Asinh
#include <math_ops.h>Calcule le sinus hyperbolique inverse de x par élément.
Résumé
 Étant donné un tenseur d'entrée, cette fonction calcule le sinus hyperbolique inverse pour chaque élément du tenseur. L'entrée et la sortie ont une plage de [-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]
Arguments :
- scope : un objet Scope
Retours :
-  Output: Le tenseur y.
| Constructeurs et Destructeurs | |
|---|---|
| Asinh (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
Asinh
Asinh( 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