tensorflow:: אופס:: TensorArraySplit
#include <data_flow_ops.h>
פצל את הנתונים מערך הקלט לרכיבי TensorArray .
תַקצִיר
בהנחה lengths
מקבלים ערכים
(n0, n1, ..., n(T-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-17 (שעון UTC).
[[["התוכן קל להבנה","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-17 (שעון UTC)."],[],[]]