tensorflow:: אופס:: MaxPool3DGrad

#include <nn_ops.h>

מחשב גרדיאנטים של פונקציית איסוף מקסימלית.

סיכום

טיעונים:

  • scope: אובייקט Scope
  • orig_input: טנסור הקלט המקורי.
  • orig_output: טנסור הפלט המקורי.
  • grad: פלט אחורי של צורה [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", הנתונים מאוחסנים בסדר של: [אצווה, עומק_, גובה_, רוחב_, בערוצים]. לחלופין, הפורמט יכול להיות "NCDHW", סדר אחסון הנתונים הוא: [אצווה, in_channels, in_depth, 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::פלט

 operator::tensorflow::Output() const 

פונקציות סטטיות ציבוריות

פורמט נתונים

Attrs DataFormat(
  StringPiece x
)