tensorflow :: ops :: Pow

#include <math_ops.h>

Menghitung kekuatan dari satu nilai ke nilai lainnya.

Ringkasan

Diketahui tensor x dan tensor y , operasi ini menghitung \(x^y\) untuk elemen yang sesuai dalam x dan y . Sebagai contoh:

# tensor 'x' is [[2, 2]], [3, 3]]
# tensor 'y' is [[8, 16], [2, 3]]
tf.pow(x, y) ==> [[256, 65536], [9, 27]]

Argumen:

Pengembalian:

Pembuat dan Penghancur

Pow (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y)

Atribut publik

operation
z

Fungsi publik

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Atribut publik

operasi

Operation operation

z

::tensorflow::Output z

Fungsi publik

Pow

 Pow(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input y
)

simpul

::tensorflow::Node * node() const 

operator :: tensorflow :: Input

 operator::tensorflow::Input() const 

operator :: tensorflow :: Keluaran

 operator::tensorflow::Output() const