aliran tensor:: operasi:: QuantizedResizeBilinear
#include <image_ops.h>
Ubah ukuran images
terkuantisasi ke size
menggunakan interpolasi bilinear terkuantisasi.
Ringkasan
Gambar masukan dan gambar keluaran harus bertipe terkuantisasi.
Argumen:
- ruang lingkup: Objek Lingkup
- gambar: 4-D dengan bentuk
[batch, height, width, channels]
. - size: = Tensor 1-D int32 dari 2 elemen:
new_height, new_width
. Ukuran baru untuk gambar.
Atribut opsional (lihat Attrs
):
- align_corners: Jika benar, bagian tengah dari 4 piksel sudut tensor masukan dan keluaran akan sejajar, mempertahankan nilai pada piksel sudut. Defaultnya salah.
Pengembalian:
-
Output
resized_images: 4-D dengan bentuk[batch, new_height, new_width, channels]
. -
Output
keluar_min -
Output
keluar_maks
Konstruktor dan Destruktor | |
---|---|
QuantizedResizeBilinear (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size, :: tensorflow::Input min, :: tensorflow::Input max) | |
QuantizedResizeBilinear (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size, :: tensorflow::Input min, :: tensorflow::Input max, const QuantizedResizeBilinear::Attrs & attrs) |
Atribut publik | |
---|---|
operation | |
out_max | |
out_min | |
resized_images |
Fungsi statis publik | |
---|---|
AlignCorners (bool x) | |
HalfPixelCenters (bool x) |
Struktur | |
---|---|
tensorflow:: ops:: QuantizedResizeBilinear:: Attrs | Penyetel atribut opsional untuk QuantizedResizeBilinear . |
Atribut publik
operasi
Operation operation
keluar_maks
::tensorflow::Output out_max
keluar_min
::tensorflow::Output out_min
diubah ukurannya_gambar
::tensorflow::Output resized_images
Fungsi publik
QuantizedResizeBilinear
QuantizedResizeBilinear( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input min, ::tensorflow::Input max )
QuantizedResizeBilinear
QuantizedResizeBilinear( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, ::tensorflow::Input min, ::tensorflow::Input max, const QuantizedResizeBilinear::Attrs & attrs )
Fungsi statis publik
Sejajarkan Sudut
Attrs AlignCorners( bool x )
HalfPixelCenters
Attrs HalfPixelCenters( bool x )