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

tensorflow :: opérations :: Un péché

#include <math_ops.h>

Calcule le sinus trignométrique inverse de x élément par élément.

Résumé

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

Remarque : La sortie de tf.math.asin se tf.math.asin dans la plage inversible du sinus, 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.sin(x) # [0.8659266, 0.7068252]

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

Arguments:

Retour:

Constructeurs et destructeurs

Asin (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 péché

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