przepływ tensorowy:: ops:: Asin
#include <math_ops.h>
Oblicza odwrotny sinus trygnometryczny x według elementów.
Streszczenie
Operacja tf.math.asin
zwraca odwrotność tf.math.sin
w taki sposób, że jeśli y = tf.math.sin(x)
, to x = tf.math.asin(y)
.
Uwaga : Wynik tf.math.asin
będzie mieścić się w odwracalnym zakresie sinusa, tj. [-pi/2, pi/2].
Na przykład:
# 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
Argumenty:
- zakres: Obiekt Scope
Zwroty:
-
Output
: tensor y.
Konstruktory i destruktory | |
---|---|
Asin (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
Atrybuty publiczne | |
---|---|
operation | |
y |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Atrybuty publiczne
działanie
Operation operation
y
::tensorflow::Output y
Funkcje publiczne
Asin
Asin( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
węzeł
::tensorflow::Node * node() const
operator::tensorflow::Wejście
operator::tensorflow::Input() const
operator::tensorflow::Wyjście
operator::tensorflow::Output() const