tensoreflusso:: ops:: Atanah

#include <math_ops.h>

Calcola la tangente iperbolica inversa di x rispetto agli elementi.

Riepilogo

Dato un tensore di input, questa funzione calcola la tangente iperbolica inversa per ogni elemento del tensore. L'intervallo di input è [-1,1] e l'intervallo di output è [-inf, inf] . Se l'input è -1 , l'output sarà -inf e se l'input è 1 , l'output sarà inf . I valori fuori intervallo avranno nan come output.

  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]
  

Argomenti:

Ritorna:

Costruttori e distruttori

Atanh (const :: tensorflow::Scope & scope, :: tensorflow::Input x)

Attributi pubblici

operation
y

Funzioni pubbliche

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Attributi pubblici

operazione

Operation operation

::tensorflow::Output y

Funzioni pubbliche

Atanah

 Atanh(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const