tensorflow:: אופס:: Dilation2DBackpropInput
#include <nn_ops.h>
מחשב את השיפוע של הרחבה דו-ממדית מורפולוגית ביחס לקלט.
תַקצִיר
טיעונים:
- scope: אובייקט Scope
- קלט: 4-D עם צורה
[batch, in_height, in_width, depth]
. - מסנן: תלת מימדי עם צורה
[filter_height, filter_width, depth]
. - out_backprop: 4-D עם צורה
[batch, out_height, out_width, depth]
. - צעדים: 1-D באורך 4. הצעד של חלון ההזזה עבור כל מימד של טנזור הקלט. חייב להיות:
[1, stride_height, stride_width, 1]
. - שיעורים: 1-D באורך 4. צעד הקלט עבור התרחבות מורפולוגית אטרולית. חייב להיות:
[1, rate_height, rate_width, 1]
. - ריפוד: סוג אלגוריתם הריפוד שיש להשתמש בו.
החזרות:
-
Output
: 4-D עם צורה[batch, in_height, in_width, depth]
.
בנאים והורסים | |
---|---|
Dilation2DBackpropInput (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input filter, :: tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, const gtl::ArraySlice< int > & rates, StringPiece padding) |
תכונות ציבוריות | |
---|---|
in_backprop | |
operation |
תפקידים ציבוריים | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
תכונות ציבוריות
in_backprop
::tensorflow::Output in_backprop
מִבצָע
Operation operation
תפקידים ציבוריים
Dilation2DBackpropInput
Dilation2DBackpropInput( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, const gtl::ArraySlice< int > & rates, StringPiece padding )
צוֹמֶת
::tensorflow::Node * node() const
מפעיל::tensorflow::קלט
operator::tensorflow::Input() const
אופרטור::tensorflow::פלט
operator::tensorflow::Output() const