tensorflow:: אופס:: Dilation2DBackpropFilter

#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 : תלת מימד עם צורה [filter_height, filter_width, depth] .

בנאים והורסים

Dilation2DBackpropFilter (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)

תכונות ציבוריות

filter_backprop
operation

תפקידים ציבוריים

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

תכונות ציבוריות

filter_backprop

::tensorflow::Output filter_backprop

מבצע

Operation operation

תפקידים ציבוריים

Dilation2DBackpropFilter

 Dilation2DBackpropFilter(
  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