tensorflow :: অপস:: রিয়াল

#include <math_ops.h>

একটি জটিল সংখ্যার প্রকৃত অংশ প্রদান করে।

সারসংক্ষেপ

জটিল সংখ্যার একটি টেনসর input দেওয়া হলে, এই অপারেশনটি float একটি টেনসর প্রদান করে যা input প্রতিটি উপাদানের আসল অংশ। input সমস্ত উপাদান অবশ্যই \(a + bj\)ফর্মের জটিল সংখ্যা হতে হবে, যেখানে a হল এই ক্রিয়াকলাপের দ্বারা প্রত্যাবর্তিত আসল অংশ এবং b হল কাল্পনিক অংশ।

উদাহরণ স্বরূপ:

# tensor 'input' is [-2.25 + 4.75j, 3.25 + 5.75j]
tf.real(input) ==> [-2.25, 3.25]

যুক্তি:

রিটার্ন:

  • Output : আউটপুট টেনসর।

কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর

Real (const :: tensorflow::Scope & scope, :: tensorflow::Input input)
Real (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const Real::Attrs & attrs)

পাবলিক বৈশিষ্ট্য

operation
output

পাবলিক ফাংশন

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

পাবলিক স্ট্যাটিক ফাংশন

Tout (DataType x)

কাঠামো

tensorflow:: ops:: Real:: Attrs

রিয়ালের জন্য ঐচ্ছিক বৈশিষ্ট্য নির্ধারণকারী।

পাবলিক বৈশিষ্ট্য

অপারেশন

Operation operation

আউটপুট

::tensorflow::Output output

পাবলিক ফাংশন

রিয়াল

 Real(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

রিয়াল

 Real(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const Real::Attrs & attrs
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

পাবলিক স্ট্যাটিক ফাংশন

টাউট

Attrs Tout(
  DataType x
)