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

#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