تدفق التوتر:: العمليات:: تغيير الحجمBilinear
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
#include <image_ops.h>
تغيير حجم images
إلى size
باستخدام الاستيفاء الثنائي.
ملخص
يمكن أن تكون الصور المدخلة من أنواع مختلفة ولكن الصور الناتجة تكون عائمة دائمًا.
الحجج:
- النطاق: كائن النطاق
- الصور: 4D بالشكل
[batch, height, width, channels]
. - الحجم: = موتر int32 أحادي الأبعاد مكون من عنصرين:
new_height, new_width
. الحجم الجديد للصور.
السمات الاختيارية (انظر Attrs
):
- align_corners: إذا كان صحيحًا، تتم محاذاة مراكز بكسلات الزاوية الأربعة لموترات الإدخال والإخراج، مع الحفاظ على القيم عند بكسلات الزاوية. الافتراضيات كاذبة.
العوائد:
-
Output
: 4-D بالشكل[batch, new_height, new_width, channels]
.
البنائين والمدمرين | |
---|---|
ResizeBilinear (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size) | |
ResizeBilinear (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size, const ResizeBilinear::Attrs & attrs) |
الصفات العامة | |
---|---|
operation | |
resized_images |
الوظائف العامة | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
وظائف ثابتة العامة | |
---|---|
AlignCorners (bool x) | |
HalfPixelCenters (bool x) |
الهياكل | |
---|---|
Tensorflow:: ops:: ResizeBilinear:: Attrs | محددات السمات الاختيارية لـ ResizeBilinear . |
الصفات العامة
عملية
Operation operation
resize_images
::tensorflow::Output resized_images
الوظائف العامة
تغيير الحجمBilinear
ResizeBilinear( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size )
تغيير الحجمBilinear
ResizeBilinear( const ::tensorflow::Scope & scope, ::tensorflow::Input images, ::tensorflow::Input size, const ResizeBilinear::Attrs & attrs )