flux tensoriel : : opérations : : Un bronzage

#include <math_ops.h>

Calcule la tangente inverse trignométrique de x par élément.

Résumé

L'opération tf.math.atan renvoie l'inverse de tf.math.tan , tel que si y = tf.math.tan(x) alors, x = tf.math.atan(y) .

Remarque : La sortie de tf.math.atan se situera dans la plage inversible de tan, c'est-à-dire (-pi/2, pi/2).

Par exemple:

# 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

Arguments:

  • scope : un objet Scope

Retour:

Constructeurs et Destructeurs

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

Attributs publics

operation
y

Fonctions publiques

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

Attributs publics

opération

Operation operation

oui

::tensorflow::Output y

Fonctions publiques

Un bronzage

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

nœud

::tensorflow::Node * node() const 

opérateur :: tensorflow :: Entrée

 operator::tensorflow::Input() const 

opérateur :: tensorflow :: Sortie

 operator::tensorflow::Output() const