tensor akışı:: işlem:: Cosh
#include <math_ops.h>
x'in hiperbolik kosinüsünü element bazında hesaplar.
Özet
Bir giriş tensörü verildiğinde, bu fonksiyon tensördeki her elemanın hiperbolik kosinüsünü hesaplar. Giriş aralığı [-inf, inf]
ve çıkış aralığı [1, inf]
şeklindedir.
x = tf.constant([-float("inf"), -9, -0.5, 1, 1.2, 2, 10, float("inf")])
tf.math.cosh(x) ==> [inf 4.0515420e+03 1.1276259e+00 1.5430807e+00 1.8106556e+00 3.7621956e+00 1.1013233e+04 inf]
Argümanlar:
- kapsam: Bir Kapsam nesnesi
İade:
-
Output
: y tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
Cosh (const :: |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator:: | |
operator:: |
Genel özellikler
operasyon
Operation operation
sen
::tensorflow::Output y
Kamu işlevleri
Cosh
Cosh(
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