tensorflow :: opérations :: Dilation2DBackpropInput
#include <nn_ops.h>
Calcule le gradient de dilatation morphologique 2D par rapport à l'entrée.
Résumé
Arguments:
- scope: un objet Scope
- entrée: 4-D avec forme
[batch, in_height, in_width, depth]
. - filtre: 3D avec forme
[filter_height, filter_width, depth]
. - out_backprop: 4-D avec forme
[batch, out_height, out_width, depth]
. - foulées: 1-D de longueur 4. La foulée de la fenêtre glissante pour chaque dimension du tenseur d'entrée. Doit être:
[1, stride_height, stride_width, 1]
. - taux: 1-D de longueur 4. La foulée d'entrée pour une dilatation morphologique atroce. Doit être:
[1, rate_height, rate_width, 1]
. - padding: le type d'algorithme de remplissage à utiliser.
Retour:
-
Output
: 4-D avec forme[batch, in_height, in_width, depth]
.
Constructeurs et destructeurs | |
---|---|
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) |
Attributs publics | |
---|---|
in_backprop | |
operation |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributs publics
in_backprop
::tensorflow::Output in_backprop
opération
Operation operation
Fonctions publiques
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 )
nœud
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const