Google I/O-তে টিউন করার জন্য ধন্যবাদ। চাহিদা অনুযায়ী সব সেশন দেখুন চাহিদা অনুযায়ী দেখুন

সেন্সরফ্লো :: অপস :: টেনসরআরয়কনক্যাট

#include <data_flow_ops.h>

টেনসরআরে থেকে উপাদানগুলিকে মান value কনক্যাট করুন

সারসংক্ষেপ

আকারের T উপাদান গ্রহণ করে

  (n0 x d0 x d1 x ...), (n1 x d0 x d1 x ...), ..., (n(T-1) x d0 x d1 x ...)
  

এবং সেগুলি আকারের একটি টেনসরের সাথে যুক্ত করে:

`` `(এন 0 + এন 1 + ... + এন (টি -1) এক্স ডি 0 এক্স ডি 1 এক্স ...) 0 বি 68840a90

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)

স্ট্রাক্টস

টেনসরফ্লো :: অপ্স :: টেনসরআরাই কনক্যাট :: অ্যাটারস

টেনসরআরাইকনক্যাট এর জন্য ptionচ্ছিক বৈশিষ্ট্য সেটটার

জনসাধারণের গুণাবলী

দৈর্ঘ্য

::tensorflow::Output lengths

অপারেশন

Operation operation

মান

::tensorflow::Output value

পাবলিক ফাংশন

টেনসরআরয়কনক্যাট

 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
)

পাবলিক স্ট্যাটিক ফাংশন

এলিমেন্টশ্যাপএক্সসেপ্ট 0

Attrs ElementShapeExcept0(
  PartialTensorShape x
)