টেনসরফ্লো :: অপস:: মানে
#include <math_ops.h>একটি টেনসরের মাত্রা জুড়ে উপাদানগুলির গড় গণনা করে।
সারাংশ
 axis প্রদত্ত মাত্রা বরাবর input হ্রাস করে। keep_dims সত্য না হলে, axis প্রতিটি এন্ট্রির জন্য টেনসরের র্যাঙ্ক 1 দ্বারা হ্রাস পাবে। keep_dims সত্য হলে, হ্রাসকৃত মাত্রা দৈর্ঘ্য 1 এর সাথে ধরে রাখা হয়।
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
- ইনপুট: টেনসর কমাতে হবে।
-  অক্ষ: যে মাত্রাগুলি কমাতে হবে৷ পরিসরে হতে হবে [-rank(input), rank(input))।
 ঐচ্ছিক বৈশিষ্ট্য (দেখুন Attrs ):
- keep_dims: সত্য হলে, দৈর্ঘ্য 1 সহ হ্রাসকৃত মাত্রা বজায় রাখুন।
রিটার্ন:
-  Output: হ্রাসকৃত টেনসর।
উপনাম:
- ReduceMean
| কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
|---|---|
| Mean (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis) | |
| Mean (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis, const Mean::Attrs & attrs) | 
| পাবলিক বৈশিষ্ট্য | |
|---|---|
| operation | |
| output | |
| পাবলিক ফাংশন | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
| পাবলিক স্ট্যাটিক ফাংশন | |
|---|---|
| KeepDims (bool x) | |
| কাঠামো | |
|---|---|
| tensorflow:: ops:: মানে:: Attrs | গড় এর জন্য ঐচ্ছিক বৈশিষ্ট্য নির্ধারণকারী। | 
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
আউটপুট
::tensorflow::Output output
পাবলিক ফাংশন
মানে
Mean( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input axis )
মানে
Mean( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input axis, const Mean::Attrs & attrs )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const
পাবলিক স্ট্যাটিক ফাংশন
কিপ ডিমস
Attrs KeepDims( bool x )