tensorflow:: ops:: Atanh
#include <math_ops.h>Oblicza odwrotny tangens hiperboliczny elementu x.
Streszczenie
 Mając tensor wejściowy, funkcja ta oblicza odwrotną tangens hiperboliczny dla każdego elementu tensora. Zakres wejściowy to [-1,1] , a zakres wyjściowy to [-inf, inf] . Jeśli na wejściu jest -1 , na wyjściu będzie -inf a jeśli na wejściu będzie 1 , na wyjściu będzie inf . Wartości spoza zakresu będą miały na wyjściu nan . 
x = tf.constant([-float("inf"), -1, -0.5, 1, 0, 0.5, 10, float("inf")]) tf.math.atanh(x) ==> [nan -inf -0.54930615 inf 0. 0.54930615 nan nan]
Argumenty:
- zakres: Obiekt Scope
Zwroty:
-  Output: tensor y.
| Konstruktory i destruktory | |
|---|---|
| Atanh (const :: tensorflow::Scope & scope, :: tensorflow::Input x) | 
| Atrybuty publiczne | |
|---|---|
| operation | |
| y | |
| Funkcje publiczne | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
Atrybuty publiczne
działanie
Operation operation
y
::tensorflow::Output y
Funkcje publiczne
Atanh
Atanh( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
węzeł
::tensorflow::Node * node() const
operator::tensorflow::Wejście
operator::tensorflow::Input() const
operator::tensorflow::Wyjście
operator::tensorflow::Output() const