aliran tensor:: operasi:: DekodePng

#include <image_ops.h>

Dekode gambar berkode PNG menjadi tensor uint8 atau uint16.

Ringkasan

channels attr menunjukkan jumlah saluran warna yang diinginkan untuk gambar yang didekodekan.

Nilai yang diterima adalah:

  • 0: Gunakan jumlah saluran dalam gambar berkode PNG.
  • 1: menampilkan gambar skala abu-abu.
  • 3: mengeluarkan gambar RGB.
  • 4: menampilkan gambar RGBA.

Jika diperlukan, gambar berkode PNG diubah agar sesuai dengan jumlah saluran warna yang diminta.

Operasi ini juga mendukung decoding JPEG dan GIF non-animasi karena antarmukanya sama, meskipun lebih bersih menggunakan tf.image.decode_image .

Argumen:

  • ruang lingkup: Objek Lingkup
  • isi: 0-D. Gambar berkode PNG.

Atribut opsional (lihat Attrs ):

  • saluran: Jumlah saluran warna untuk gambar yang didekodekan.

Pengembalian:

  • Output : 3-D dengan bentuk [height, width, channels] .

Konstruktor dan Destruktor

DecodePng (const :: tensorflow::Scope & scope, :: tensorflow::Input contents)
DecodePng (const :: tensorflow::Scope & scope, :: tensorflow::Input contents, const DecodePng::Attrs & attrs)

Atribut publik

image
operation

Fungsi publik

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Fungsi statis publik

Channels (int64 x)
Dtype (DataType x)

Struktur

tensorflow:: ops:: DecodePng:: Attrs

Penyetel atribut opsional untuk DecodePng .

Atribut publik

gambar

::tensorflow::Output image

operasi

Operation operation

Fungsi publik

DekodePng

 DecodePng(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input contents
)

DekodePng

 DecodePng(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input contents,
  const DecodePng::Attrs & attrs
)

simpul

::tensorflow::Node * node() const 

operator::tensorflow::Masukan

 operator::tensorflow::Input() const 

operator::tensorflow::Keluaran

 operator::tensorflow::Output() const 

Fungsi statis publik

Saluran

Attrs Channels(
  int64 x
)

Tipe D

Attrs Dtype(
  DataType x
)