tensorflow:: ops:: DecodificarPng:: Attrs

#include <image_ops.h>

Configuradores de atributos opcionais para DecodePng .

Resumo

Atributos públicos

channels_ = 0
int64
dtype_ = DT_UINT8
DataType

Funções públicas

Channels (int64 x)
TF_MUST_USE_RESULT Attrs
Número de canais de cores para a imagem decodificada.
Dtype (DataType x)
TF_MUST_USE_RESULT Attrs
O padrão é DT_UINT8.

Atributos públicos

canais_

int64 tensorflow::ops::DecodePng::Attrs::channels_ = 0

dtype_

DataType tensorflow::ops::DecodePng::Attrs::dtype_ = DT_UINT8

Funções públicas

Canais

TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePng::Attrs::Channels(
  int64 x
)

Número de canais de cores para a imagem decodificada.

Padrões para 0

Tipo D

TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePng::Attrs::Dtype(
  DataType x
)

O padrão é DT_UINT8.