tensorflow :: ops :: ExtractVolumePatches
#include <array_ops.h>
patches
از input
استخراج کرده و در بعد خروجی "عمق" قرار دهید.
خلاصه
پسوند سه بعدی extract_image_patches
.
استدلال ها:
- دامنه: یک شی Sc Scope
- ورودی: 5-D تانسور با شکل
[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
بردار در بعد "عمق". توجه داشته باشید که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 و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2020-04-20 بهوقت ساعت هماهنگ جهانی.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"اطلاعاتی که نیاز دارم وجود ندارد"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"بیشازحد پیچیده/ مراحل بسیار زیاد"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"قدیمی"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"مشکل ترجمه"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"مشکل کد / نمونهها"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"غیره"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"درک آسان"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"مشکلم را برطرف کرد"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"غیره"
}]