تينسورفلو :: العمليات :: AvgPool3DGrad
#include <nn_ops.h>
يحسب التدرجات لمتوسط دالة التجميع.
ملخص
الحجج:
- النطاق: كائن النطاق
- Orig_input_shape: أبعاد الإدخال الأصلية.
- Grad: إخراج backprop للشكل
[batch, depth, rows, cols, channels]
. - ksize: موتر 1-D بطول 5. حجم النافذة لكل بعد من أبعاد موتر الإدخال. يجب أن يحتوي على
ksize[0] = ksize[4] = 1
. - الخطوات: موتر 1-D بطول 5. خطوة النافذة المنزلقة لكل بُعد من أبعاد
input
. يجب أن يكون لديهstrides[0] = strides[4] = 1
. - المساحة المتروكة: نوع خوارزمية الحشو المراد استخدامها.
السمات الاختيارية (انظر Attrs
):
- data_format: تنسيق البيانات لبيانات الإدخال والإخراج. باستخدام التنسيق الافتراضي "NDHWC" ، يتم تخزين البيانات بالترتيب: [الدفعة ، العمق ، الارتفاع ، العرض ، in_channels]. وبدلاً من ذلك ، يمكن أن يكون التنسيق "NCDHW" ، ويكون ترتيب تخزين البيانات هو: [دُفعة ، داخل قنوات ، عمق ، in_height ، in_width].
عائدات:
-
Output
: backprop للإدخال.
البنائين والمدمرين | |
---|---|
AvgPool3DGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input_shape, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding) | |
AvgPool3DGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input_shape, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const AvgPool3DGrad::Attrs & attrs) |
السمات العامة | |
---|---|
operation | |
output |
الوظائف العامة | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
وظائف ثابتة عامة | |
---|---|
DataFormat (StringPiece x) |
الهياكل | |
---|---|
tensorflow :: ops :: AvgPool3DGrad :: Attrs | محددات السمات الاختيارية لـ AvgPool3DGrad . |
السمات العامة
عملية
Operation operation
انتاج
::tensorflow::Output output
الوظائف العامة
AvgPool3DGrad
AvgPool3DGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input orig_input_shape, ::tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding )
AvgPool3DGrad
AvgPool3DGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input orig_input_shape, ::tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const AvgPool3DGrad::Attrs & attrs )
العقدة
::tensorflow::Node * node() const
المشغل :: tensorflow :: الإدخال
operator::tensorflow::Input() const
المشغل :: Tensorflow :: Output
operator::tensorflow::Output() const
وظائف ثابتة عامة
تنسيق البيانات
Attrs DataFormat( StringPiece x )
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة 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":"غير ذلك"
}]