Tensorflow :: ops :: MaxPoolV2 :: Attrs
#include <nn_ops.h>
Optionale Attributsetzer für MaxPoolV2 .
Zusammenfassung
Öffentliche Attribute | |
---|---|
data_format_ = "NHWC" | StringPiece |
Öffentliche Funktionen | |
---|---|
DataFormat (StringPiece x) | TF_MUST_USE_RESULT Attrs Geben Sie das Datenformat der Eingabe- und Ausgabedaten an. |
Öffentliche Attribute
Datei Format_
StringPiece tensorflow::ops::MaxPoolV2::Attrs::data_format_ = "NHWC"
Öffentliche Funktionen
Datei Format
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolV2::Attrs::DataFormat( StringPiece x )
Geben Sie das Datenformat der Eingabe- und Ausgabedaten an.
Mit dem Standardformat "NHWC" werden die Daten in der Reihenfolge gespeichert: [Batch, In_Höhe, In_Breite, In_Kanäle]. Alternativ könnte das Format "NCHW" sein, die Datenspeicherreihenfolge von: [batch, in_channels, in_height, in_width].
Der Standardwert ist "NHWC".