تينسورفلو :: العمليات :: الأسرى

#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]]

الحجج:

عائدات:

البنائين والمدمرين

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

ض

::tensorflow::Output z

الوظائف العامة

الأسرى

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

العقدة

::tensorflow::Node * node() const 

المشغل :: tensorflow :: الإدخال

 operator::tensorflow::Input() const 

المشغل :: Tensorflow :: Output

 operator::tensorflow::Output() const