aliran tensor:: operasi:: Dilatasi2DBackpropFilter

#include <nn_ops.h>

Menghitung gradien dilatasi 2-D morfologi terhadap filter.

Ringkasan

Argumen:

  • ruang lingkup: Objek Lingkup
  • masukan: 4-D dengan bentuk [batch, in_height, in_width, depth] .
  • filter: 3-D dengan bentuk [filter_height, filter_width, depth] .
  • out_backprop: 4-D dengan bentuk [batch, out_height, out_width, depth] .
  • langkah: panjang 1-D 4. Langkah jendela geser untuk setiap dimensi tensor masukan. Harus: [1, stride_height, stride_width, 1] .
  • tarif: panjang 1-D 4. Langkah masukan untuk dilatasi morfologi atrous. Harus: [1, rate_height, rate_width, 1] .
  • padding: Jenis algoritma padding yang akan digunakan.

Pengembalian:

  • Output : 3-D dengan bentuk [filter_height, filter_width, depth] .

Konstruktor dan Destruktor

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)

Atribut publik

filter_backprop
operation

Fungsi publik

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

Atribut publik

filter_backprop

::tensorflow::Output filter_backprop

operasi

Operation operation

Fungsi publik

Dilatasi2DBackpropFilter

 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
)

simpul

::tensorflow::Node * node() const 

operator::tensorflow::Masukan

 operator::tensorflow::Input() const 

operator::tensorflow::Keluaran

 operator::tensorflow::Output() const