tensoreflusso:: ops:: Dilation2DBackpropInput

#include <nn_ops.h>

Calcola il gradiente della dilatazione morfologica 2-D rispetto all'input.

Riepilogo

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] .
  • passi: 1-D di lunghezza 4. Il passo della finestra scorrevole per ogni dimensione del tensore di input. Deve essere: [1, stride_height, stride_width, 1] .
  • frequenze: 1-D di lunghezza 4. Il passo di ingresso per la dilatazione morfologica atroale. Deve essere: [1, rate_height, rate_width, 1] .
  • riempimento: 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 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const