tensorflow :: ops :: MaxPool3D
#include <nn_ops.h>
جمع آوری حداکثر 3D را روی ورودی انجام می دهد.
خلاصه
استدلال ها:
- دامنه: یک شی Sc Scope
- ورودی: شکل
[batch, depth, rows, cols, channels]
تانسور برای جمع شدن. - ksize: تانسور 1-D به طول 5. اندازه پنجره برای هر بعد از تانسور ورودی. باید
ksize[0] = ksize[4] = 1
داشتهksize[0] = ksize[4] = 1
. - گامها: تانسور 1-D طول 5. گام پنجره کشویی برای هر بعد
input
. بایدstrides[0] = strides[4] = 1
هایی داشته باشدstrides[0] = strides[4] = 1
. - padding: نوع الگوریتم padding برای استفاده.
ویژگی های اختیاری (به Attrs
مراجعه کنید):
- data_format: قالب داده داده های ورودی و خروجی. با قالب پیش فرض "NDHWC" ، داده ها به ترتیب: [دسته ای ، عمق ، ارتفاع ، عرض ، کانال های] ذخیره می شوند. متناوباً ، قالب می تواند "NCDHW" باشد ، ترتیب ذخیره داده ها به ترتیب زیر است:
بازده:
-
Output
: حداکثر تانسور خروجی جمع شده
سازندگان و ویرانگران | |
---|---|
MaxPool3D (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding) | |
MaxPool3D (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPool3D::Attrs & attrs) |
صفات عمومی | |
---|---|
operation | |
output |
کارکردهای عمومی | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
توابع استاتیک عمومی | |
---|---|
DataFormat (StringPiece x) |
سازه ها | |
---|---|
tensorflow :: ops :: MaxPool3D :: Attrs | تنظیم کننده های ویژگی اختیاری برای MaxPool3D . |
صفات عمومی
عمل
Operation operation
خروجی
::tensorflow::Output output
کارکردهای عمومی
MaxPool3D
MaxPool3D( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding )
MaxPool3D
MaxPool3D( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPool3D::Attrs & attrs )
گره
::tensorflow::Node * node() const
عملگر :: tensorflow :: ورودی
operator::tensorflow::Input() const
عملگر :: tensorflow :: خروجی
operator::tensorflow::Output() const
توابع استاتیک عمومی
قالب داده
Attrs DataFormat( StringPiece x )
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2020-04-20 بهوقت ساعت هماهنگ جهانی.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"اطلاعاتی که نیاز دارم وجود ندارد"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"بیشازحد پیچیده/ مراحل بسیار زیاد"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"قدیمی"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"مشکل ترجمه"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"مشکل کد / نمونهها"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"غیره"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"درک آسان"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"مشکلم را برطرف کرد"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"غیره"
}]