tensorflow :: ops :: TensorArray جمع کنید
#include <data_flow_ops.h>
جمع آوری عناصر خاص از TensorArray به خروجی value
.
خلاصه
تمام عناصر انتخاب شده توسط indices
باید شکل یکسانی داشته باشند.
استدلال ها:
- دامنه: یک شی Sc Scope
- دسته: دسته به یک TensorArray .
- شاخص ها: مکان هایی در TensorArray که می توان عناصر تنسور را از آن خواند.
- flow_in: یک اسکالر شناور است که زنجیره زنی مناسب عملیات را اعمال می کند.
- dtype: نوع گل مرغی که پس داده می شود.
ویژگی های اختیاری (به Attrs
مراجعه کنید):
- element_shape: شکل مورد انتظار یک عنصر ، در صورت شناخته شدن. برای تأیید اشکال عناصر TensorArray استفاده می شود. اگر این شکل کاملاً مشخص نشده باشد ، جمع آوری TensorArrays با اندازه صفر خطا است.
بازده:
-
Output
: همه عناصر موجود در TensorArray در امتداد یک محور جدید (بعد جدید 0) به هم پیوسته اند .
سازندگان و ویرانگران | |
---|---|
TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype) | |
TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs) |
صفات عمومی | |
---|---|
operation | |
value |
کارکردهای عمومی | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
توابع استاتیک عمومی | |
---|---|
ElementShape (PartialTensorShape x) |
سازه ها | |
---|---|
tensorflow :: ops :: TensorArrayGather :: Attrs | تنظیم کننده های ویژگی اختیاری برای TensorArrayGather . |
صفات عمومی
عمل
Operation operation
مقدار
::tensorflow::Output value
کارکردهای عمومی
TensorArray جمع کنید
TensorArrayGather( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input flow_in, DataType dtype )
TensorArray جمع کنید
TensorArrayGather( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs )
گره
::tensorflow::Node * node() const
عملگر :: tensorflow :: ورودی
operator::tensorflow::Input() const
عملگر :: tensorflow :: خروجی
operator::tensorflow::Output() const
توابع استاتیک عمومی
ElementShape
Attrs ElementShape( PartialTensorShape x )
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز 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":"غیره"
}]