Tensorflow :: ops :: MaxPool3DGrad
#include <nn_ops.h>
Berechnet Gradienten der maximalen Pooling-Funktion.
Zusammenfassung
Argumente:
- scope: Ein Scope- Objekt
- orig_input: Der ursprüngliche Eingangstensor.
- orig_output: Der ursprüngliche Ausgangstensor.
- grad: Output Backprop der Form
[batch, depth, rows, cols, channels]
. - ksize: 1-D-Tensor der Länge 5. Die Größe des Fensters für jede Dimension des Eingangstensors. Muss
ksize[0] = ksize[4] = 1
. - Schritte: 1-D-Tensor der Länge 5. Der Schritt des Schiebefensters für jede
input
. Mussstrides[0] = strides[4] = 1
. - padding: Die Art des zu verwendenden Auffüllalgorithmus.
Optionale Attribute (siehe Attrs
):
- Datenformat: Das Datenformat der Eingabe- und Ausgabedaten. Beim Standardformat "NDHWC" werden die Daten in der folgenden Reihenfolge gespeichert: [Batch, In_Tiefe, In_Höhe, In_Breite, In_Kanäle]. Alternativ könnte das Format "NCDHW" sein, die Datenspeicherreihenfolge lautet: [Stapel, in_Kanälen, in_Tiefe, in_Höhe, in_Breite].
Kehrt zurück:
-
Output
: Der Ausgangstensor.
Konstruktoren und Destruktoren | |
---|---|
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) |
Öffentliche Attribute | |
---|---|
operation | |
output |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche statische Funktionen | |
---|---|
DataFormat (StringPiece x) |
Strukturen | |
---|---|
tensorflow :: ops :: MaxPool3DGrad :: Attrs | Optionale Attributsetzer für MaxPool3DGrad . |
Öffentliche Attribute
Operation
Operation operation
Ausgabe
::tensorflow::Output output
Öffentliche Funktionen
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 )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
Öffentliche statische Funktionen
Datei Format
Attrs DataFormat( StringPiece x )