เทนเซอร์โฟลว์:: ปฏิบัติการ:: เปา
#include <math_ops.h>
คำนวณกำลังของค่าหนึ่งไปยังอีกค่าหนึ่ง
สรุป
เมื่อพิจารณาเทนเซอร์ x
และเทนเซอร์ y
การดำเนินการนี้จะคำนวณ \(x^y\) สำหรับองค์ประกอบที่สอดคล้องกันใน x
และ y
ตัวอย่างเช่น:
# tensor 'x' is [[2, 2]], [3, 3]] # tensor 'y' is [[8, 16], [2, 3]] tf.pow(x, y) ==> [[256, 65536], [9, 27]]
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
ผลตอบแทน:
-
Output
: z เทนเซอร์
ตัวสร้างและผู้ทำลาย | |
---|---|
Pow (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
คุณลักษณะสาธารณะ | |
---|---|
operation | |
z |
งานสาธารณะ | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
คุณลักษณะสาธารณะ
การดำเนินการ
Operation operation
z
::tensorflow::Output z
งานสาธารณะ
เปา
Pow( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const