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