tensor akışı:: işlem:: Atanh
#include <math_ops.h>X'in element bazında ters hiperbolik tanjantını hesaplar.
Özet
 Bir giriş tensörü verildiğinde, bu fonksiyon tensördeki her öğe için ters hiperbolik tanjantı hesaplar. Giriş aralığı [-1,1] ve çıkış aralığı [-inf, inf] şeklindedir. Giriş -1 ise çıkış -inf , giriş 1 ise çıkış inf olacaktır. Aralığın dışındaki değerler çıktı olarak nan sahip olacaktır. 
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]
Argümanlar:
- kapsam: Bir Kapsam nesnesi
İade:
-  Output: y tensörü.
| Yapıcılar ve Yıkıcılar | |
|---|---|
| Atanh (const :: tensorflow::Scope & scope, :: tensorflow::Input x) | 
| Genel özellikler | |
|---|---|
| operation | |
| y | |
| Kamu işlevleri | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
Genel özellikler
operasyon
Operation operation
sen
::tensorflow::Output y
Kamu işlevleri
Atanh
Atanh( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const