تينسورفلو :: العمليات :: 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
)