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

#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::الإخراج

 operator::tensorflow::Output() const