Organízate con las colecciones
Guarda y clasifica el contenido según tus preferencias.
flujo tensor:: operaciones:: Lector de identidad:: atributos
#include <io_ops.h>
Configuradores de atributos opcionales para IdentityReader .
Resumen
Funciones públicas |
---|
Container (StringPiece x) | Si no está vacío, este lector se coloca en el contenedor indicado. |
SharedName (StringPiece x) | Si no está vacío, este lector se nombra en el depósito dado con este nombre_compartido. |
Atributos públicos
recipiente_
StringPiece tensorflow::ops::IdentityReader::Attrs::container_ = ""
nombre_compartido_
StringPiece tensorflow::ops::IdentityReader::Attrs::shared_name_ = ""
Funciones públicas
Recipiente
TF_MUST_USE_RESULT Attrs tensorflow::ops::IdentityReader::Attrs::Container(
StringPiece x
)
Si no está vacío, este lector se coloca en el contenedor indicado.
De lo contrario, se utiliza un contenedor predeterminado.
El valor predeterminado es ""
Nombre compartido
TF_MUST_USE_RESULT Attrs tensorflow::ops::IdentityReader::Attrs::SharedName(
StringPiece x
)
Si no está vacío, este lector se nombra en el depósito dado con este nombre_compartido.
De lo contrario, se utiliza el nombre del nodo.
El valor predeterminado es ""
A menos que se indique lo contrario, el contenido de esta página está sujeto a la licencia Reconocimiento 4.0 de Creative Commons y las muestras de código están sujetas a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio web de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC).
[null,null,["Última actualización: 2025-07-26 (UTC)."],[],[],null,["# tensorflow::ops::IdentityReader::Attrs Struct Reference\n\ntensorflow::ops::IdentityReader::Attrs\n======================================\n\n`#include \u003cio_ops.h\u003e`\n\nOptional attribute setters for [IdentityReader](/versions/r2.3/api_docs/cc/class/tensorflow/ops/identity-reader#classtensorflow_1_1ops_1_1_identity_reader).\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------------|---------------|\n| [container_](#structtensorflow_1_1ops_1_1_identity_reader_1_1_attrs_1adb98c099396304e1bc9a3879c654566a)` = \"\"` | `StringPiece` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_identity_reader_1_1_attrs_1a2d7456b49fc9a4fc9b70a46192f02413)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Container](#structtensorflow_1_1ops_1_1_identity_reader_1_1_attrs_1a5ba0879480ce5904f884afd945477bde)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/identity-reader/attrs#structtensorflow_1_1ops_1_1_identity_reader_1_1_attrs) If non-empty, this reader is placed in the given container. |\n| [SharedName](#structtensorflow_1_1ops_1_1_identity_reader_1_1_attrs_1ac4be4221d08ea67be2b84181068109f1)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/identity-reader/attrs#structtensorflow_1_1ops_1_1_identity_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::IdentityReader::Attrs::container_ = \"\"\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::IdentityReader::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::IdentityReader::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::IdentityReader::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 \"\""]]