Tensorflow :: ops :: CropAndResizeGradImage :: Attrs
#include <image_ops.h>
Optionale Attributsetzer für CropAndResizeGradImage .
Zusammenfassung
Öffentliche Attribute | |
---|---|
method_ = "bilinear" | StringPiece |
Öffentliche Funktionen | |
---|---|
Method (StringPiece x) | TF_MUST_USE_RESULT Attrs Eine Zeichenfolge, die die Interpolationsmethode angibt. |
Öffentliche Attribute
Methode_
StringPiece tensorflow::ops::CropAndResizeGradImage::Attrs::method_ = "bilinear"
Öffentliche Funktionen
Methode
TF_MUST_USE_RESULT Attrs tensorflow::ops::CropAndResizeGradImage::Attrs::Method( StringPiece x )
Eine Zeichenfolge, die die Interpolationsmethode angibt.
Derzeit wird nur 'bilinear' unterstützt.
Der Standardwert ist "bilinear".