przepływ tensorowy:: ops:: Atan
#include <math_ops.h>
Oblicza odwrotną tangens trygnometryczną x dla elementów.
Streszczenie
Operacja tf.math.atan
zwraca odwrotność tf.math.tan
, tak że jeśli y = tf.math.tan(x)
to x = tf.math.atan(y)
.
Uwaga : Wynik tf.math.atan
będzie mieścić się w odwracalnym zakresie tan, 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.tan(x) # [1.731261, 0.99920404]
tf.math.atan(y) # [1.047, 0.785] = x
Argumenty:
- zakres: Obiekt Scope
Zwroty:
-
Output
: tensor y.
Konstruktory i destruktory | |
---|---|
Atan (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
Atan
Atan( 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