تدفق التوتر:: العمليات:: TensorArraySplit
#include <data_flow_ops.h>
قم بتقسيم البيانات من قيمة الإدخال إلى عناصر TensorArray .
ملخص
على افتراض أن lengths
تأخذ القيم
(ن0، ن1، ...، ن(ت-1))
and that `value` has shape
(n0 + n1 + ... + n(T-1) x d0 x d1 x ...)```,this splits values into a TensorArray with T tensors.
TensorArray index t will be the subtensor of values with starting position
```(n0 + n1 + ... + n(t-1), 0, 0, ...)
and having size
nt x d0 x d1 x ...```Arguments:
- scope: A Scope object
- handle: The handle to a TensorArray.
- value: The concatenated tensor to write to the TensorArray.
- lengths: The vector of lengths, how to split the rows of value into the TensorArray.
- flow_in: A float scalar that enforces proper chaining of operations.
Returns:
Output
: A float scalar that enforces proper chaining of operations.
Constructors and Destructors |
|
---|---|
TensorArraySplit(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input value, ::tensorflow::Input lengths, ::tensorflow::Input flow_in)
|
Public attributes |
|
---|---|
flow_out
|
|
operation
|
Public functions |
|
---|---|
node() const
|
::tensorflow::Node *
|
operator::tensorflow::Input() const
|
|
operator::tensorflow::Output() const
|
|
Public attributes
flow_out
::tensorflow::Output flow_out
عملية
Operation operation
الوظائف العامة
TensorArraySplit
TensorArraySplit( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input value, ::tensorflow::Input lengths, ::tensorflow::Input flow_in )
العقدة
::tensorflow::Node * node() const
المشغل::tensorflow::الإدخال
operator::tensorflow::Input() const
المشغل::tensorflow::الإخراج
operator::tensorflow::Output() const
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-14 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-14 (حسب التوقيت العالمي المتفَّق عليه)"],[],[]]