tensor akışı:: işlem:: Yeniden BoyutlandırBikkübik
#include <image_ops.h>
Bikübik enterpolasyon kullanarak images
size
göre yeniden boyutlandırın.
Özet
Giriş görüntüleri farklı türde olabilir ancak çıktı görüntüleri her zaman değişkendir.
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- görüntüler: şekilli 4-D
[batch, height, width, channels]
. - size: = 2 öğeden oluşan 1 boyutlu bir int32 Tensörü :
new_height, new_width
. Görüntüler için yeni boyut.
İsteğe bağlı özellikler (bkz. Attrs
):
- align_corners: True ise, giriş ve çıkış tensörlerinin 4 köşe pikselinin merkezleri, köşe piksellerindeki değerler korunarak hizalanır. Varsayılan olarak false olur.
İade:
-
Output
: Şekilli 4-D[batch, new_height, new_width, channels]
.
Yapıcılar ve Yıkıcılar | |
---|---|
ResizeBicubic (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size) | |
ResizeBicubic (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size, const ResizeBicubic::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
resized_images |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
AlignCorners (bool x) | |
HalfPixelCenters (bool x) |
Yapılar | |
---|---|
tensorflow:: ops:: ResizeBicubic:: Öznitelikler | ResizeBicubic için isteğe bağlı özellik ayarlayıcılar. |
Genel özellikler
operasyon
Operation operation
yeniden boyutlandırılan_images
::tensorflow::Output resized_images
Kamu işlevleri
Yeniden BoyutlandırBikkübik
ResizeBicubic( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size )
Yeniden BoyutlandırBikkübik
ResizeBicubic( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, const ResizeBicubic::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
Köşeleri Hizala
Attrs AlignCorners( bool x )
HalfPixelCenters
Attrs HalfPixelCenters( bool x )