tensorflow :: ops :: Expm1
#include <math_ops.h>
Hitung exp(x) - 1
elemen-bijaksana.
Ringkasan
yaitu exp(x) - 1
atau e^(x) - 1
, di mana x
adalah tensor masukan. e
menunjukkan bilangan Euler dan kira-kira sama dengan 2,718281.
x = tf.constant(2.0) tf.math.expm1(x) ==> 6.389056
x = tf.constant([2.0, 8.0]) tf.math.expm1(x) ==> array([6.389056, 2979.958], dtype=float32)
x = tf.constant(1 + 1j) tf.math.expm1(x) ==> (0.46869393991588515+2.2873552871788423j)
Argumen:
- scope: Objek Scope
Pengembalian:
-
Output
: Tensor y.
Pembuat dan Penghancur | |
---|---|
Expm1 (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
Expm1
Expm1( 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