tensorflow :: ops :: Atanh
#include <math_ops.h>
Oblicza odwrotną tangens hiperboliczny x według elementu.
streszczenie
Biorąc pod uwagę tensor wejściowy, funkcja ta oblicza odwrotną styczną hiperboliczną dla każdego elementu tensora. Zakres wejściowy to [-1,1]
a zakres wyjściowy to [-inf, inf]
. Jeśli wejście ma wartość -1
, wyjście będzie miało wartość -inf
a jeśli wejście ma wartość 1
, wynikiem będzie inf
. Wartości spoza zakresu będą miały nan
jako wyjście.
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.
Konstruktorzy i niszczyciele | |
---|---|
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
operacja
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 :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const