tensoreflusso:: ops:: Cartello
#include <math_ops.h>
Restituisce un'indicazione per elemento del segno di un numero.
Riepilogo
y = sign(x) = -1
se x < 0
; 0 se x == 0
; 1 se x > 0
.
Per i numeri complessi, y = sign(x) = x / |x|
se x != 0
, altrimenti y = 0
.
Argomenti:
- scope: un oggetto Scope
Resi:
-
Output
: il tensore y.
Costruttori e distruttori | |
---|---|
Sign (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
Cartello
Sign( 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