tensorflow :: অপস:: অ্যাবস

#include <math_ops.h>

একটি টেনসরের পরম মান গণনা করে।

সারসংক্ষেপ

একটি টেনসর x দেওয়া হলে, এই অপারেশনটি x এ প্রতিটি উপাদানের পরম মান ধারণকারী একটি টেনসর প্রদান করে। উদাহরণস্বরূপ, যদি x একটি ইনপুট উপাদান এবং y একটি আউটপুট উপাদান, এই অপারেশনটি \(y = |x|\)গণনা করে।

যুক্তি:

রিটার্ন:

  • Output : y টেনসর।

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

Abs (const :: tensorflow::Scope & scope, :: tensorflow::Input x)

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

operation
y

পাবলিক ফাংশন

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

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

অপারেশন

Operation operation

y

::tensorflow::Output y

পাবলিক ফাংশন

অ্যাবস

 Abs(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const