tensorflow:: אופס:: AvgPool3DGrad
#include <nn_ops.h>
מחשב שיפועים של פונקציית איגום ממוצעת.
תַקצִיר
טיעונים:
- scope: אובייקט Scope
- orig_input_shape: מידות הקלט המקוריות.
- 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
: משענת הגב לקלט.
בנאים והורסים | |
---|---|
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::פלט
operator::tensorflow::Output() const
פונקציות סטטיות ציבוריות
DataFormat
Attrs DataFormat( StringPiece x )
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-21 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-21 (שעון UTC)."],[],[]]