tensoreflusso:: ops:: Asin
#include <math_ops.h>
Calcola il seno inverso trignometrico di x rispetto agli elementi.
Riepilogo
L'operazione tf.math.asin
restituisce l'inverso di tf.math.sin
, in modo tale che se y = tf.math.sin(x)
allora x = tf.math.asin(y)
.
Nota : l'output di tf.math.asin
si troverà all'interno dell'intervallo invertibile del seno, 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.sin(x) # [0.8659266, 0.7068252]
tf.math.asin(y) # [1.047, 0.785] = x
Argomenti:
- scope: un oggetto Scope
Resi:
-
Output
: il tensore y.
Costruttori e distruttori | |
---|---|
Asin (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
sì
::tensorflow::Output y
Funzioni pubbliche
Asin
Asin( 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