tensoreflusso:: ops:: Un'abbronzatura

#include <math_ops.h>

Calcola la tangente inversa trignometrica di x rispetto agli elementi.

Riepilogo

L'operazione tf.math.atan restituisce l'inverso di tf.math.tan , in modo tale che se y = tf.math.tan(x) allora x = tf.math.atan(y) .

Nota : l'output di tf.math.atan si troverà all'interno dell'intervallo invertibile di tan, ovvero (-pi/2, pi/2).

Per esempio:

# Note: [1.047, 0.785] ~= [(pi/3), (pi/4)]
x = tf.constant([1.047, 0.785])
y = tf.math.tan(x) # [1.731261, 0.99920404]

tf.math.atan(y) # [1.047, 0.785] = x

Argomenti:

Ritorna:

Costruttori e distruttori

Atan (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

Un'abbronzatura

 Atan(
  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