tensorflow :: opérations :: Dilatation2DBackpropFilter
#include <nn_ops.h>
Calcule le gradient de dilatation morphologique 2D par rapport au filtre.
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
: 3D avec forme[filter_height, filter_width, depth]
.
Constructeurs et destructeurs | |
---|---|
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) |
Attributs publics | |
---|---|
filter_backprop | |
operation |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributs publics
filter_backprop
::tensorflow::Output filter_backprop
opération
Operation operation
Fonctions publiques
Dilatation2DBackpropFilter
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 )
nœud
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const