tensorflow :: ops :: Dilation2DBackpropInput
#include <nn_ops.h>
Calcola il gradiente di dilatazione morfologica 2-D rispetto all'input.
Sommario
Argomenti:
- scope: un oggetto Scope
- input: 4-D con forma
[batch, in_height, in_width, depth]
. - filtro: 3-D con forma
[filter_height, filter_width, depth]
. - out_backprop: 4-D con forma
[batch, out_height, out_width, depth]
. - falcate: 1-D di lunghezza 4. La falcata della finestra scorrevole per ogni dimensione del tensore di input. Deve essere:
[1, stride_height, stride_width, 1]
. - velocità: 1-D di lunghezza 4. Il passo di input per la dilatazione morfologica atrosa. Deve essere:
[1, rate_height, rate_width, 1]
. - padding: il tipo di algoritmo di riempimento da utilizzare.
Ritorna:
-
Output
: 4-D con forma[batch, in_height, in_width, depth]
.
Costruttori e distruttori | |
---|---|
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) |
Attributi pubblici | |
---|---|
in_backprop | |
operation |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributi pubblici
in_backprop
::tensorflow::Output in_backprop
operazione
Operation operation
Funzioni pubbliche
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 )
nodo
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const