flux tensoriel : : opérations : : Asin
#include <math_ops.h>
Calcule le sinus inverse trignométrique de x 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 situera dans la plage inversible du sinus, 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.sin(x) # [0.8659266, 0.7068252]
tf.math.asin(y) # [1.047, 0.785] = x
Arguments :
- scope : un objet Scope
Retours :
-
Output
: Le tenseur y.
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
oui
::tensorflow::Output y
Fonctions publiques
Asin
Asin( 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