tensoreflusso:: ops:: Pow
#include <math_ops.h>
Calcola la potenza di un valore rispetto a un altro.
Riepilogo
Dato un tensore x
e un tensore y
, questa operazione calcola \(x^y\) per gli elementi corrispondenti in x
e y
. Per esempio:
# tensor 'x' is [[2, 2]], [3, 3]] # tensor 'y' is [[8, 16], [2, 3]] tf.pow(x, y) ==> [[256, 65536], [9, 27]]
Argomenti:
- scope: un oggetto Scope
Resi:
-
Output
: il tensore z.
Costruttori e distruttori | |
---|---|
Pow (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
Attributi pubblici | |
---|---|
operation | |
z |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributi pubblici
operazione
Operation operation
z
::tensorflow::Output z
Funzioni pubbliche
Pow
Pow( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const