tensoreflusso:: ops:: DecodificaPng:: Attr
#include <image_ops.h>
Setter di attributi facoltativi per DecodePng .
Riepilogo
Attributi pubblici | |
---|---|
channels_ = 0 | int64 |
dtype_ = DT_UINT8 | DataType |
Funzioni pubbliche | |
---|---|
Channels (int64 x) | TF_MUST_USE_RESULT Attrs Numero di canali di colore per l'immagine decodificata. |
Dtype (DataType x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è DT_UINT8. |
Attributi pubblici
canali_
int64 tensorflow::ops::DecodePng::Attrs::channels_ = 0
dtipo_
DataType tensorflow::ops::DecodePng::Attrs::dtype_ = DT_UINT8
Funzioni pubbliche
Canali
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePng::Attrs::Channels( int64 x )
Numero di canali di colore per l'immagine decodificata.
Il valore predefinito è 0
Tipo D
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePng::Attrs::Dtype( DataType x )
Il valore predefinito è DT_UINT8.