przepływ tensorowy:: ops:: Wejście dylatacji2DBackprop
#include <nn_ops.h>
Oblicza gradient morfologicznej dylatacji 2-D w odniesieniu do danych wejściowych.
Streszczenie
Argumenty:
- zakres: Obiekt Scope
- dane wejściowe: 4-D z kształtem
[batch, in_height, in_width, depth]
. - filtr: 3-D z kształtem
[filter_height, filter_width, depth]
. - out_backprop: 4-D z kształtem
[batch, out_height, out_width, depth]
. - kroki: 1-D o długości 4. Krok przesuwanego okna dla każdego wymiaru tensora wejściowego. Musi wynosić:
[1, stride_height, stride_width, 1]
. - stopy: 1-D o długości 4. Krok wejściowy dla atrous morfologicznego rozszerzenia. Musi wynosić:
[1, rate_height, rate_width, 1]
. - dopełnienie: typ algorytmu dopełniania, który ma zostać użyty.
Zwroty:
-
Output
: 4-D z kształtem[batch, in_height, in_width, depth]
.
Konstruktory i destruktory | |
---|---|
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) |
Atrybuty publiczne | |
---|---|
in_backprop | |
operation |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Atrybuty publiczne
in_backprop
::tensorflow::Output in_backprop
działanie
Operation operation
Funkcje publiczne
Wejście dylatacji2DBackprop
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 )
węzeł
::tensorflow::Node * node() const
operator::tensorflow::Wejście
operator::tensorflow::Input() const
operator::tensorflow::Wyjście
operator::tensorflow::Output() const