aliran tensor:: operasi:: EnkodePng

#include <image_ops.h>

PNG-mengkodekan gambar.

Ringkasan

image adalah Tensor 3-D uint8 atau uint16 dengan bentuk [height, width, channels] dengan channels :

  • 1: untuk skala abu-abu.
  • 2: untuk skala abu-abu + alfa.
  • 3: untuk RGB.
  • 4: untuk RGBA.

Tingkat kompresi ZLIB, compression , dapat berupa -1 untuk default pembuat enkode PNG atau nilai dari 0 hingga 9. 9 adalah tingkat kompresi tertinggi, menghasilkan keluaran terkecil, namun lebih lambat.

Argumen:

  • ruang lingkup: Objek Lingkup
  • gambar: 3-D dengan bentuk [height, width, channels] .

Atribut opsional (lihat Attrs ):

  • kompresi: Tingkat kompresi.

Pengembalian:

  • Output : 0-D. Gambar berkode PNG.

Konstruktor dan Destruktor

EncodePng (const :: tensorflow::Scope & scope, :: tensorflow::Input image)
EncodePng (const :: tensorflow::Scope & scope, :: tensorflow::Input image, const EncodePng::Attrs & attrs)

Atribut publik

contents
operation

Fungsi publik

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

Fungsi statis publik

Compression (int64 x)

Struktur

tensorflow:: ops:: EncodePng:: Attrs

Penyetel atribut opsional untuk EncodePng .

Atribut publik

isi

::tensorflow::Output contents

operasi

Operation operation

Fungsi publik

EnkodePng

 EncodePng(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input image
)

EnkodePng

 EncodePng(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input image,
  const EncodePng::Attrs & attrs
)

simpul

::tensorflow::Node * node() const 

operator::tensorflow::Masukan

 operator::tensorflow::Input() const 

operator::tensorflow::Keluaran

 operator::tensorflow::Output() const 

Fungsi statis publik

Kompresi

Attrs Compression(
  int64 x
)