tensoreflusso:: ops:: Abbronzatura
#include <math_ops.h>
Calcola l'abbronzatura di x in termini di elementi.
Riepilogo
Dato un tensore di input, questa funzione calcola la tangente di ogni elemento nel tensore. L'intervallo di input è (-inf, inf)
e l'intervallo di output è (-inf, inf)
. Se l'input si trova all'esterno del confine, viene restituito nan
.
x = tf.constant([-float("inf"), -9, -0.5, 1, 1.2, 200, 10000, float("inf")]) tf.math.tan(x) ==> [nan 0.45231566 -0.5463025 1.5574077 2.572152 -1.7925274 0.32097113 nan]
Argomenti:
- scope: un oggetto Scope
Resi:
-
Output
: il tensore y.
Costruttori e distruttori | |
---|---|
Tan (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
Abbronzatura
Tan( 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