تينسورفلو :: العمليات :: TensorArrayGradWithShape
#include <data_flow_ops.h>
ينشئ TensorArray لتخزين تدرجات متعددة من القيم في المقبض المحدد.
ملخص
على غرار TensorArrayGradV3. ومع ذلك ، فإنه ينشئ تراكمًا ذا شكل موسع مقارنةً بإدخال TensorArray الذي يتم حساب تدرجه . يتيح ذلك إمكانية حساب تدرجات متعددة لنفس TensorArray باستخدام نفس المركب .
الحجج:
- النطاق: كائن النطاق
- المقبض: المقبض إلى TensorArray الأمامي.
- flow_in: عدد عائم يفرض التسلسل الصحيح للعمليات.
- shape_to_prepend: متجه int32 يمثل شكلاً. سيكون للعناصر الموجودة في مُراكم التدرج شكلًا يمثل قيمة الشكل_لإعادة_الإعادة متسلسلة مع شكل العناصر في TensorArray المطابقة لمقبض الإدخال.
- المصدر: سلسلة مصدر التدرج ، تُستخدم لتحديد التدرج الذي تريد إرجاعه TensorArray .
عائدات:
البنائين والمدمرين | |
---|---|
TensorArrayGradWithShape (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input flow_in, :: tensorflow::Input shape_to_prepend, StringPiece source) |
السمات العامة | |
---|---|
flow_out | |
grad_handle | |
operation |
السمات العامة
يتدفق
::tensorflow::Output flow_out
غراد
::tensorflow::Output grad_handle
عملية
Operation operation
الوظائف العامة
TensorArrayGradWithShape
TensorArrayGradWithShape( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input flow_in, ::tensorflow::Input shape_to_prepend, StringPiece source )
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"مشكلة في العيّنات / التعليمات البرمجية"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]