جریان تنسور:: عملیات:: LMDBReader:: Attrs
#include <io_ops.h>
تنظیم کننده های ویژگی اختیاری برای LMDBReader .
خلاصه
صفات عمومی | |
---|---|
container_ = "" | StringPiece |
shared_name_ = "" | StringPiece |
توابع عمومی | |
---|---|
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs اگر خالی نباشد، این خواننده در ظرف داده شده قرار می گیرد. |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs اگر خالی نباشد، این خواننده در سطل داده شده با این shared_name نامگذاری می شود. |
صفات عمومی
ظرف_
StringPiece tensorflow::ops::LMDBReader::Attrs::container_ = ""
اشتراک_نام_
StringPiece tensorflow::ops::LMDBReader::Attrs::shared_name_ = ""
توابع عمومی
ظرف
TF_MUST_USE_RESULT Attrs tensorflow::ops::LMDBReader::Attrs::Container( StringPiece x )
اگر خالی نباشد، این خواننده در ظرف داده شده قرار می گیرد.
در غیر این صورت از یک کانتینر پیش فرض استفاده می شود.
پیشفرض به ""
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::LMDBReader::Attrs::SharedName( StringPiece x )
اگر خالی نباشد، این خواننده در سطل داده شده با این shared_name نامگذاری می شود.
در غیر این صورت، به جای آن از نام گره استفاده می شود.
پیشفرض به ""
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# tensorflow::ops::LMDBReader::Attrs Struct Reference\n\ntensorflow::ops::LMDBReader::Attrs\n==================================\n\n`#include \u003cio_ops.h\u003e`\n\nOptional attribute setters for [LMDBReader](/versions/r1.15/api_docs/cc/class/tensorflow/ops/l-m-d-b-reader#classtensorflow_1_1ops_1_1_l_m_d_b_reader).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------|---------------|\n| [container_](#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs_1add25e46bffe36a475068240d1fea1b2c)` = \"\"` | `StringPiece` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs_1a77fcbb16282f6b91fc7e7bdf7d2dbd77)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Container](#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs_1abf48a4f6d18deda52c9a64d31082023c)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/l-m-d-b-reader/attrs#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs) If non-empty, this reader is placed in the given container. |\n| [SharedName](#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs_1af0cddfe15c6ccc66a682decb3a1ff644)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/l-m-d-b-reader/attrs#structtensorflow_1_1ops_1_1_l_m_d_b_reader_1_1_attrs) If non-empty, this reader is named in the given bucket with this shared_name. |\n\nPublic attributes\n-----------------\n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::LMDBReader::Attrs::container_ = \"\"\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::LMDBReader::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::LMDBReader::Attrs::Container(\n StringPiece x\n)\n``` \nIf non-empty, this reader is placed in the given container.\n\nOtherwise, a default container is used.\n\nDefaults to \"\" \n\n### SharedName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::LMDBReader::Attrs::SharedName(\n StringPiece x\n)\n``` \nIf non-empty, this reader is named in the given bucket with this shared_name.\n\nOtherwise, the node name is used instead.\n\nDefaults to \"\""]]