টেনসরফ্লো :: অপস:: সর্বোচ্চ

#include <math_ops.h>

x এবং y এর সর্বোচ্চ প্রদান করে (যেমন

সারসংক্ষেপ

x > y? x : y) উপাদান-ভিত্তিক।

দ্রষ্টব্য : Maximum সম্প্রচার সমর্থন করে। এখানে সম্প্রচার সম্পর্কে আরো

যুক্তি:

রিটার্ন:

  • Output : z টেনসর।

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

Maximum (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

পাবলিক ফাংশন

সর্বোচ্চ

 Maximum(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input y
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const