جریان تنسور:: عملیات:: ExtractVolumePatches
#include <array_ops.h> patches از input استخراج کنید و آنها را در بعد خروجی "عمق" قرار دهید.
خلاصه
 پسوند 3 بعدی extract_image_patches .
استدلال ها:
- scope: یک شی Scope
-  ورودی: تانسور 5 بعدی با شکل [batch, in_planes, in_rows, in_cols, depth].
-  ksizes: اندازه پنجره کشویی برای هر بعد input.
-  گام ها: 1-D به طول 5. فاصله مراکز دو تکه متوالی در inputچقدر است. باید:[1, stride_planes, stride_rows, stride_cols, 1].
- padding: نوع الگوریتم padding مورد استفاده.
ما ویژگی های مربوط به اندازه را به صورت زیر مشخص می کنیم:
      ksizes = [1, ksize_planes, ksize_rows, ksize_cols, 1]
      strides = [1, stride_planes, strides_rows, strides_cols, 1]برمیگرداند:
-  Output: تانسور 5 بعدی با شکل[batch, out_planes, out_rows, out_cols, ksize_planes * ksize_rows * ksize_cols * depth]حاوی تکههایی با اندازهksize_planes x ksize_rows x ksize_cols x depthبردار در ابعاد "depth". توجه داشته باشیدout_planes،out_rowsوout_colsابعاد وصلههای خروجی هستند.
| سازندگان و ویرانگرها | |
|---|---|
| ExtractVolumePatches (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const gtl::ArraySlice< int > & ksizes, const gtl::ArraySlice< int > & strides, StringPiece padding) | 
| صفات عمومی | |
|---|---|
| operation | |
| patches | |
| توابع عمومی | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
صفات عمومی
عملیات
Operation operation
تکه ها
::tensorflow::Output patches
توابع عمومی
ExtractVolumePatches
ExtractVolumePatches( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const gtl::ArraySlice< int > & ksizes, const gtl::ArraySlice< int > & strides, StringPiece padding )
گره
::tensorflow::Node * node() const
عملگر::tensorflow::ورودی
operator::tensorflow::Input() const
عملگر::tensorflow::خروجی
operator::tensorflow::Output() const
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-26 بهوقت ساعت هماهنگ جهانی.
  
  
    
      [null,null,["تاریخ آخرین بهروزرسانی 2025-07-26 بهوقت ساعت هماهنگ جهانی."],[],[]]