tensorflow:: אופס:: Conv3DBackpropInputV2
#include <nn_ops.h>
מחשב את ההדרגות של קונבולולוציה תלת-ממדית ביחס לקלט.
תַקצִיר
טיעונים:
- scope: אובייקט Scope
- input_sizes: וקטור שלם המייצג את צורת הטנסור של
input
, כאשרinput
הוא טנזור 5-D[batch, depth, rows, cols, in_channels]
. - מסנן: צורה
[depth, rows, cols, in_channels, out_channels]
.in_channels
חייבים להתאים ביןinput
filter
. - out_backprop: אות ה-backprop של צורה
[batch, out_depth, out_rows, out_cols, out_channels]
. - צעדים: טנסור 1-D באורך 5. הצעד של חלון ההזזה עבור כל מימד של
input
. חייב להיותstrides[0] = strides[4] = 1
. - ריפוד: סוג אלגוריתם הריפוד שיש להשתמש בו.
מאפיינים אופציונליים (ראה Attrs
):
- data_format: פורמט הנתונים של נתוני הקלט והפלט. עם פורמט ברירת המחדל "NDHWC", הנתונים מאוחסנים בסדר של: [אצווה, עומק_, גובה_, רוחב_, בערוצים]. לחלופין, הפורמט יכול להיות "NCDHW", סדר אחסון הנתונים הוא: [אצווה, in_channels, in_depth, in_height, in_width].
- הרחבות: טנסור 1-D באורך 5. מקדם ההתרחבות עבור כל מימד של
input
. אם הוגדר כ-k > 1, יהיו תאים שדילגו על k-1 בין כל רכיב מסנן בממד זה. סדר הממדים נקבע לפי הערך שלdata_format
, ראה לעיל לפרטים. הרחבות במידות האצווה והעומק חייבות להיות 1.
החזרות:
-
Output
: טנסור הפלט.
בנאים והורסים | |
---|---|
Conv3DBackpropInputV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input_sizes, :: tensorflow::Input filter, :: tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding) | |
Conv3DBackpropInputV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input_sizes, :: tensorflow::Input filter, :: tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding, const Conv3DBackpropInputV2::Attrs & attrs) |
תכונות ציבוריות | |
---|---|
operation | |
output |
תפקידים ציבוריים | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
פונקציות סטטיות ציבוריות | |
---|---|
DataFormat (StringPiece x) | |
Dilations (const gtl::ArraySlice< int > & x) |
מבנים | |
---|---|
tensorflow:: ops:: Conv3DBackpropInputV2:: Attrs | קובעי תכונות אופציונליים עבור Conv3DBackpropInputV2 . |
תכונות ציבוריות
מִבצָע
Operation operation
תְפוּקָה
::tensorflow::Output output
תפקידים ציבוריים
Conv3DBackpropInputV2
Conv3DBackpropInputV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input_sizes, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding )
Conv3DBackpropInputV2
Conv3DBackpropInputV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input_sizes, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding, const Conv3DBackpropInputV2::Attrs & attrs )
צוֹמֶת
::tensorflow::Node * node() const
מפעיל::tensorflow::קלט
operator::tensorflow::Input() const
אופרטור::tensorflow::פלט
operator::tensorflow::Output() const
פונקציות סטטיות ציבוריות
DataFormat
Attrs DataFormat( StringPiece x )
הרחבות
Attrs Dilations( const gtl::ArraySlice< int > & x )
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-21 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-21 (שעון UTC)."],[],[]]