Restez organisé à l'aide des collections Enregistrez et classez les contenus selon vos préférences.

tensorflow :: opérations :: Un bronzage

#include <math_ops.h>

Calcule la tangente inverse trignométrique de x élément 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 tf.math.atan dans la plage inversible de tan, c'est-à-dire (-pi / 2, pi / 2).

Par example:

# 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:

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

y

::tensorflow::Output y

Fonctions publiques

Un bronzage

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

nœud

::tensorflow::Node * node() const 

operator :: tensorflow :: Input

 operator::tensorflow::Input() const 

operator :: tensorflow :: Output

 operator::tensorflow::Output() const