tensorflow :: ops :: Pow
#include <math_ops.h>
Bir değerin gücünü diğerine hesaplar.
Özet
Bir tensör verilen x
ve tensör y
, bu işlem, içinde uygun parçalar için \(x^y\) hesaplar x
ve y
. Örneğin:
# tensor 'x' is [[2, 2]], [3, 3]] # tensor 'y' is [[8, 16], [2, 3]] tf.pow(x, y) ==> [[256, 65536], [9, 27]]
Argümanlar:
- kapsam: Bir Scope nesnesi
İadeler:
-
Output
: z tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
Pow (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
Genel özellikler | |
---|---|
operation | |
z |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel özellikler
operasyon
Operation operation
z
::tensorflow::Output z
Kamusal işlevler
Pow
Pow( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
düğüm
::tensorflow::Node * node() const
operator :: tensorflow :: Girdi
operator::tensorflow::Input() const
operator :: tensorflow :: Çıktı
operator::tensorflow::Output() const