جریان تنسور:: عملیات:: 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 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-17 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[],[]]