przepływ tensorowy:: ops:: pow
#include <math_ops.h>
Oblicza potęgę jednej wartości do drugiej.
Streszczenie
Ta operacja wykonuje obliczenia, mając dany tensor x
i tensor y
\(x^y\) dla odpowiednich elementów w x
i y
. Na przykład:
# tensor 'x' is [[2, 2]], [3, 3]] # tensor 'y' is [[8, 16], [2, 3]] tf.pow(x, y) ==> [[256, 65536], [9, 27]]
Argumenty:
- zakres: Obiekt Scope
Zwroty:
-
Output
: tensor z.
Konstruktory i destruktory | |
---|---|
Pow (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
Atrybuty publiczne | |
---|---|
operation | |
z |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Atrybuty publiczne
działanie
Operation operation
z
::tensorflow::Output z
Funkcje publiczne
pow
Pow( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
węzeł
::tensorflow::Node * node() const
operator::tensorflow::Wejście
operator::tensorflow::Input() const
operator::tensorflow::Wyjście
operator::tensorflow::Output() const