نشكرك على متابعة Google I / O. عرض جميع الجلسات عند الطلب مشاهدة عند الطلب

تينسورفلو :: العمليات :: MaxPool3DGrad

#include <nn_ops.h>

يحسب تدرجات دالة التجميع القصوى.

ملخص

الحجج:

  • النطاق: كائن النطاق
  • Orig_input: موتر الإدخال الأصلي.
  • Orig_output: موتر الإخراج الأصلي.
  • 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 : موتر الإخراج.

البنائين والمدمرين

MaxPool3DGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input, :: tensorflow::Input orig_output, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding)
MaxPool3DGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input, :: tensorflow::Input orig_output, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPool3DGrad::Attrs & attrs)

السمات العامة

operation
output

الوظائف العامة

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

وظائف ثابتة عامة

DataFormat (StringPiece x)

الهياكل

tensorflow :: ops :: MaxPool3DGrad :: Attrs

محددات السمات الاختيارية لـ MaxPool3DGrad .

السمات العامة

عملية

Operation operation

انتاج

::tensorflow::Output output

الوظائف العامة

MaxPool3DGrad

 MaxPool3DGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input orig_input,
  ::tensorflow::Input orig_output,
  ::tensorflow::Input grad,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding
)

MaxPool3DGrad

 MaxPool3DGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input orig_input,
  ::tensorflow::Input orig_output,
  ::tensorflow::Input grad,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding,
  const MaxPool3DGrad::Attrs & attrs
)

العقدة

::tensorflow::Node * node() const 

المشغل :: tensorflow :: الإدخال

 operator::tensorflow::Input() const 

المشغل :: Tensorflow :: Output

 operator::tensorflow::Output() const 

وظائف ثابتة عامة

تنسيق البيانات

Attrs DataFormat(
  StringPiece x
)