tensorflow:: אופס:: TensorArrayConcat
#include <data_flow_ops.h>
חבר את האלמנטים מה- TensorArray לערך value
.
תַקצִיר
לוקח T
אלמנטים של צורות
(n0 x d0 x d1 x ...), (n1 x d0 x d1 x ...), ..., (n(T-1) x d0 x d1 x ...)
ומשרשרת אותם לטנסור של צורה:
```(n0 + n1 + ... + n(T-1) x d0 x d1 x ...)
All elements must have the same shape (excepting the first dimension).
Arguments: * scope: A Scope object * handle: The handle to a TensorArray. * flow_in: A float scalar that enforces proper chaining of operations. * dtype: The type of the elem that is returned.
Optional attributes (see Attrs
):
* element_shape_except0: The expected shape of an element, if known,
excluding the first dimension. Used to validate the shapes of
TensorArray elements. If this shape is not fully specified, concatenating
zero-size TensorArrays is an error.
Returns: *Output
value: All of the elements in the TensorArray, concatenated along the first axis. *Output
lengths: A vector of the row sizes of the original T elements in the value output. In the example above, this would be the values:(n1, n2, ..., n(T-1))
.
בנאים והורסים | |
---|---|
TensorArrayConcat (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input flow_in, DataType dtype) | |
TensorArrayConcat (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input flow_in, DataType dtype, const TensorArrayConcat::Attrs & attrs) |
תכונות ציבוריות | |
---|---|
lengths | |
operation | |
value |
פונקציות סטטיות ציבוריות | |
---|---|
ElementShapeExcept0 (PartialTensorShape x) |
מבנים | |
---|---|
tensorflow:: ops:: TensorArrayConcat:: Attrs | קובעי תכונות אופציונליים עבור TensorArrayConcat . |
תכונות ציבוריות
אורכים
::tensorflow::Output lengths
מִבצָע
Operation operation
עֵרֶך
::tensorflow::Output value
תפקידים ציבוריים
TensorArrayConcat
TensorArrayConcat( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input flow_in, DataType dtype )
TensorArrayConcat
TensorArrayConcat( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input flow_in, DataType dtype, const TensorArrayConcat::Attrs & attrs )
פונקציות סטטיות ציבוריות
ElementShapeExcept0
Attrs ElementShapeExcept0( PartialTensorShape x )
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-14 (שעון 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-14 (שעון UTC)."],[],[]]