টেনসরফ্লো :: অপস:: 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: *Outputvalue: All of the elements in the TensorArray, concatenated along the first axis. *Outputlengths: 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 )