tensoreflusso:: ops:: ScalaETraduci:: Attr
#include <image_ops.h>
Setter di attributi facoltativi per ScaleAndTranslate .
Riepilogo
Attributi pubblici | |
---|---|
antialias_ = true | bool |
kernel_type_ = "lanczos3" | StringPiece |
Funzioni pubbliche | |
---|---|
Antialias (bool x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è vero. |
KernelType (StringPiece x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è "lanczos3". |
Attributi pubblici
antialias_
bool tensorflow::ops::ScaleAndTranslate::Attrs::antialias_ = true
tipo_kernel_
StringPiece tensorflow::ops::ScaleAndTranslate::Attrs::kernel_type_ = "lanczos3"
Funzioni pubbliche
Antialias
TF_MUST_USE_RESULT Attrs tensorflow::ops::ScaleAndTranslate::Attrs::Antialias( bool x )
Il valore predefinito è vero.
KernelType
TF_MUST_USE_RESULT Attrs tensorflow::ops::ScaleAndTranslate::Attrs::KernelType( StringPiece x )
Il valore predefinito è "lanczos3".