Google I/O-তে টিউন করার জন্য ধন্যবাদ। চাহিদা অনুযায়ী সব সেশন দেখুন চাহিদা অনুযায়ী দেখুন

সেন্সরফ্লো :: অপস :: পাও

#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 : জেড টেনসর।

নির্মাণকারী এবং ধ্বংসকারী

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 

অপারেটর :: টেনসরফ্লো :: ইনপুট

 operator::tensorflow::Input() const 

অপারেটর :: টেনসরফ্লো :: আউটপুট

 operator::tensorflow::Output() const