tensorflow :: ops :: Asinh
#include <math_ops.h>
Menghitung invers sinus hiperbolik x berdasarkan elemen.
Ringkasan
Diberikan sebuah input tensor, fungsi ini menghitung invers sinus hiperbolik untuk setiap elemen dalam tensor. Baik input maupun output memiliki rentang [-inf, inf]
.
x = tf.constant([-float("inf"), -2, -0.5, 1, 1.2, 200, 10000, float("inf")]) tf.math.asinh(x) ==> [-inf -1.4436355 -0.4812118 0.8813736 1.0159732 5.991471 9.903487 inf]
Argumen:
- scope: Objek Scope
Pengembalian:
-
Output
: Tensor y.
Pembuat dan Penghancur | |
---|---|
Asinh (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
Atribut publik | |
---|---|
operation | |
y |
Fungsi publik | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Atribut publik
operasi
Operation operation
y
::tensorflow::Output y
Fungsi publik
Asinh
Asinh( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
simpul
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Keluaran
operator::tensorflow::Output() const