flux tensoriel : : opérations : : Dilation2DBackpropFilter

#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 la dilatation morphologique atreuse. 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

filtre_backprop

::tensorflow::Output filter_backprop

opération

Operation operation

Fonctions publiques

Dilation2DBackpropFilter

 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 

opérateur :: tensorflow :: Entrée

 operator::tensorflow::Input() const 

opérateur :: tensorflow :: Sortie

 operator::tensorflow::Output() const