تدفق التوتر:: العمليات:: TensorArrayGather
#include <data_flow_ops.h>
جمع عناصر محددة من TensorArray إلى value
الإخراج.
ملخص
يجب أن يكون لجميع العناصر المحددة بواسطة indices
نفس الشكل.
الحجج:
- النطاق: كائن النطاق
- المقبض: المقبض إلى 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
الوظائف العامة
TensorArrayGather
TensorArrayGather( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input flow_in, DataType dtype )
TensorArrayGather
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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-21 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2024-11-21 (حسب التوقيت العالمي المتفَّق عليه)"],[],[]]