flux tensoriel : : opérations : : Acoch
#include <math_ops.h>
Calcule le cosinus hyperbolique inverse de x par élément.
Résumé
Étant donné un tenseur d'entrée, la fonction calcule le cosinus hyperbolique inverse de chaque élément. La plage d'entrée est [1, inf]
. Il renvoie nan
si l'entrée se situe en dehors de la plage.
x = tf.constant([-2, -0.5, 1, 1.2, 200, 10000, float("inf")]) tf.math.acosh(x) ==> [nan nan 0. 0.62236255 5.9914584 9.903487 inf]
Arguments :
- scope : un objet Scope
Retours :
-
Output
: Le tenseur y.
Constructeurs et Destructeurs | |
---|---|
Acosh (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
Acoch
Acosh( 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