tensoreflusso:: ops:: Atan
#include <math_ops.h>
Calcola la tangente inversa trignometrica di x rispetto agli elementi.
Riepilogo
L'operazione tf.math.atan
restituisce l'inverso di tf.math.tan
, in modo tale che se y = tf.math.tan(x)
allora x = tf.math.atan(y)
.
Nota : l'output di tf.math.atan
si troverà all'interno dell'intervallo invertibile di tan, 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.tan(x) # [1.731261, 0.99920404]
tf.math.atan(y) # [1.047, 0.785] = x
Argomenti:
- scope: un oggetto Scope
Resi:
-
Output
: il tensore y.
Costruttori e distruttori | |
---|---|
Atan (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
Atan
Atan( 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