przepływ tensorowy:: ops:: MaxPool3DGrad

#include <nn_ops.h>

Oblicza gradienty maksymalnej funkcji łączenia.

Streszczenie

Argumenty:

  • zakres: Obiekt Scope
  • orig_input: Oryginalny tensor wejściowy.
  • orig_output: Oryginalny tensor wyjściowy.
  • grad: Wyjściowa podpora kształtu [batch, depth, rows, cols, channels] .
  • ksize: tensor 1-D o długości 5. Rozmiar okna dla każdego wymiaru tensora wejściowego. Musi mieć ksize[0] = ksize[4] = 1 .
  • kroki: tensor 1-D o długości 5. Krok przesuwanego okna dla każdego wymiaru input . Musi mieć strides[0] = strides[4] = 1 .
  • dopełnienie: typ algorytmu dopełniania, który ma zostać użyty.

Opcjonalne atrybuty (patrz Attrs ):

  • data_format: Format danych wejściowych i wyjściowych. W domyślnym formacie „NDHWC” dane są przechowywane w kolejności: [partia, głębokość, wysokość, szerokość, liczba kanałów]. Alternatywnie format może mieć postać „NCDHW”, kolejność przechowywania danych jest następująca: [partia, kanały_w_kanałach, głębokość_w_wysokość, szerokość_w_szerokości].

Zwroty:

Konstruktory i destruktory

MaxPool3DGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input, :: tensorflow::Input orig_output, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding)
MaxPool3DGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input, :: tensorflow::Input orig_output, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPool3DGrad::Attrs & attrs)

Atrybuty publiczne

operation
output

Funkcje publiczne

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Publiczne funkcje statyczne

DataFormat (StringPiece x)

Struktury

tensorflow:: ops:: MaxPool3DGrad:: Atrybuty

Opcjonalne moduły ustawiające atrybuty dla MaxPool3DGrad .

Atrybuty publiczne

operacja

Operation operation

wyjście

::tensorflow::Output output

Funkcje publiczne

MaxPool3DGrad

 MaxPool3DGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input orig_input,
  ::tensorflow::Input orig_output,
  ::tensorflow::Input grad,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding
)

MaxPool3DGrad

 MaxPool3DGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input orig_input,
  ::tensorflow::Input orig_output,
  ::tensorflow::Input grad,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding,
  const MaxPool3DGrad::Attrs & attrs
)

węzeł

::tensorflow::Node * node() const 

operator::tensorflow::Wejście

 operator::tensorflow::Input() const 

operator::tensorflow::Wyjście

 operator::tensorflow::Output() const 

Publiczne funkcje statyczne

Format danych

Attrs DataFormat(
  StringPiece x
)