টেনসরফ্লো :: অপস:: AddN
#include <math_ops.h>
সমস্ত ইনপুট টেনসর উপাদান যুক্ত করুন ।
সারাংশ
ইনপুট একই আকার এবং আকৃতি হতে হবে.
x = [9, 7, 10] tf.math.add_n(x) ==> 26
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
রিটার্ন:
-
Output
: সমষ্টি টেনসর।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
AddN (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs) |
পাবলিক বৈশিষ্ট্য | |
---|---|
operation | |
sum |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
যোগফল
::tensorflow::Output sum
পাবলিক ফাংশন
AddN
AddN( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const