تدفق التوتر:: العمليات:: TensorArrayConcat:: Attrs
#include <data_flow_ops.h>
محددات السمات الاختيارية لـ TensorArrayConcat .
ملخص
الصفات العامة | |
---|---|
element_shape_except0_ = ::tensorflow::PartialTensorShape() | PartialTensorShape |
الوظائف العامة | |
---|---|
ElementShapeExcept0 (PartialTensorShape x) | TF_MUST_USE_RESULT Attrs الشكل المتوقع للعنصر إذا كان معروفا باستثناء البعد الأول. |
الصفات العامة
element_shape_except0_
PartialTensorShape tensorflow::ops::TensorArrayConcat::Attrs::element_shape_except0_ = ::tensorflow::PartialTensorShape()
الوظائف العامة
ElementShapeExcept0
TF_MUST_USE_RESULT Attrs tensorflow::ops::TensorArrayConcat::Attrs::ElementShapeExcept0( PartialTensorShape x )
الشكل المتوقع للعنصر إذا كان معروفا باستثناء البعد الأول.
يستخدم للتحقق من صحة أشكال عناصر TensorArray . إذا لم يتم تحديد هذا الشكل بشكل كامل، فإن تسلسل TensorArrays ذو الحجم الصفري يعد خطأً.
الافتراضات ل
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# tensorflow::ops::TensorArrayConcat::Attrs Struct Reference\n\ntensorflow::ops::TensorArrayConcat::Attrs\n=========================================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOptional attribute setters for [TensorArrayConcat](/versions/r2.2/api_docs/cc/class/tensorflow/ops/tensor-array-concat#classtensorflow_1_1ops_1_1_tensor_array_concat).\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------|\n| [element_shape_except0_](#structtensorflow_1_1ops_1_1_tensor_array_concat_1_1_attrs_1a83886275dd85074d8df00d1577a7e265)` = ::tensorflow::PartialTensorShape()` | `PartialTensorShape` |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ElementShapeExcept0](#structtensorflow_1_1ops_1_1_tensor_array_concat_1_1_attrs_1a96d3d8037460da28207e2429a528c337)`(PartialTensorShape x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/tensor-array-concat/attrs#structtensorflow_1_1ops_1_1_tensor_array_concat_1_1_attrs) The expected shape of an element, if known, excluding the first dimension. |\n\nPublic attributes\n-----------------\n\n### element_shape_except0_\n\n```scdoc\nPartialTensorShape tensorflow::ops::TensorArrayConcat::Attrs::element_shape_except0_ = ::tensorflow::PartialTensorShape()\n``` \n\nPublic functions\n----------------\n\n### ElementShapeExcept0\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::TensorArrayConcat::Attrs::ElementShapeExcept0(\n PartialTensorShape x\n)\n``` \nThe expected shape of an element, if known, excluding the first dimension.\n\nUsed to validate the shapes of [TensorArray](/versions/r2.2/api_docs/cc/class/tensorflow/ops/tensor-array#classtensorflow_1_1ops_1_1_tensor_array) elements. If this shape is not fully specified, concatenating zero-size TensorArrays is an error.\n\nDefaults to"]]