تدفق التوتر:: العمليات:: TakeManySparseFromTensorsMap:: أترز
#include <sparse_ops.h>
محددات السمات الاختيارية لـ TakeManySparseFromTensorsMap .
ملخص
الصفات العامة | |
---|---|
container_ = "" | StringPiece |
shared_name_ = "" | StringPiece |
الوظائف العامة | |
---|---|
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs اسم الحاوية لـ SparseTensorsMap الذي تمت قراءته بواسطة هذه العملية. |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs الاسم المشترك لـ SparseTensorsMap الذي تمت قراءته بواسطة هذه العملية. |
الصفات العامة
حاوية_
StringPiece tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::container_ = ""
اسم_مشترك_
StringPiece tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::shared_name_ = ""
الوظائف العامة
حاوية
TF_MUST_USE_RESULT Attrs tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::Container( StringPiece x )
اسم الحاوية لـ SparseTensorsMap
الذي تمت قراءته بواسطة هذه العملية.
الإعدادات الافتراضية إلى ""
الاسم المشترك
TF_MUST_USE_RESULT Attrs tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::SharedName( StringPiece x )
الاسم المشترك لـ SparseTensorsMap
الذي تمت قراءته بواسطة هذه العملية.
ولا ينبغي أن يكون فارغاً؛ بدلاً من ذلك، يجب استخدام shared_name
أو اسم العملية الفريد للعملية التي أنشأت SparseTensorsMap
الأصلي.
الإعدادات الافتراضية إلى ""
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# tensorflow::ops::TakeManySparseFromTensorsMap::Attrs Struct Reference\n\ntensorflow::ops::TakeManySparseFromTensorsMap::Attrs\n====================================================\n\n`#include \u003csparse_ops.h\u003e`\n\nOptional attribute setters for [TakeManySparseFromTensorsMap](/versions/r2.3/api_docs/cc/class/tensorflow/ops/take-many-sparse-from-tensors-map#classtensorflow_1_1ops_1_1_take_many_sparse_from_tensors_map).\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------------------------------|---------------|\n| [container_](#structtensorflow_1_1ops_1_1_take_many_sparse_from_tensors_map_1_1_attrs_1a394bb209bedab9d0e13552fd9c65b74f)` = \"\"` | `StringPiece` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_take_many_sparse_from_tensors_map_1_1_attrs_1a3280d196995bb04a061452c302a34d1e)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Container](#structtensorflow_1_1ops_1_1_take_many_sparse_from_tensors_map_1_1_attrs_1a9ac99ae4b4795e8e882142a7b1948caa)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/take-many-sparse-from-tensors-map/attrs#structtensorflow_1_1ops_1_1_take_many_sparse_from_tensors_map_1_1_attrs) The container name for the `SparseTensorsMap` read by this op. |\n| [SharedName](#structtensorflow_1_1ops_1_1_take_many_sparse_from_tensors_map_1_1_attrs_1a4c4ccf4388e6b4a569c02fbd50f3f175)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/take-many-sparse-from-tensors-map/attrs#structtensorflow_1_1ops_1_1_take_many_sparse_from_tensors_map_1_1_attrs) The shared name for the `SparseTensorsMap` read by this op. |\n\nPublic attributes\n-----------------\n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::container_ = \"\"\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::Container(\n StringPiece x\n)\n``` \nThe container name for the `SparseTensorsMap` read by this op.\n\nDefaults to \"\" \n\n### SharedName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::SharedName(\n StringPiece x\n)\n``` \nThe shared name for the `SparseTensorsMap` read by this op.\n\nIt should not be blank; rather the `shared_name` or unique [Operation](/versions/r2.3/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) name of the Op that created the original `SparseTensorsMap` should be used.\n\nDefaults to \"\""]]