Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
flux tensoriel : : opérations : : Variable:: Attributs
#include <state_ops.h>
Setters d'attributs facultatifs pour Variable .
Résumé
Fonctions publiques |
---|
Container (StringPiece x) | Si elle n'est pas vide, cette variable est placée dans le conteneur donné. |
SharedName (StringPiece x) | Si elle n'est pas vide, cette variable est nommée dans le bucket donné avec ce nom_partagé. |
Attributs publics
récipient_
StringPiece tensorflow::ops::Variable::Attrs::container_ = ""
nom_partagé_
StringPiece tensorflow::ops::Variable::Attrs::shared_name_ = ""
Fonctions publiques
Récipient
TF_MUST_USE_RESULT Attrs tensorflow::ops::Variable::Attrs::Container(
StringPiece x
)
Si elle n'est pas vide, cette variable est placée dans le conteneur donné.
Sinon, un conteneur par défaut est utilisé.
La valeur par défaut est ""
NomPartagé
TF_MUST_USE_RESULT Attrs tensorflow::ops::Variable::Attrs::SharedName(
StringPiece x
)
Si elle n'est pas vide, cette variable est nommée dans le bucket donné avec ce nom_partagé.
Sinon, le nom du nœud est utilisé à la place.
La valeur par défaut est ""
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/28 (UTC).
[null,null,["Dernière mise à jour le 2025/07/28 (UTC)."],[],[],null,["# tensorflow::ops::Variable::Attrs Struct Reference\n\ntensorflow::ops::Variable::Attrs\n================================\n\n`#include \u003cstate_ops.h\u003e`\n\nOptional attribute setters for [Variable](/versions/r1.15/api_docs/cc/class/tensorflow/ops/variable#classtensorflow_1_1ops_1_1_variable).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------|---------------|\n| [container_](#structtensorflow_1_1ops_1_1_variable_1_1_attrs_1a6e4b22d4fd5ffc4577ae074f5e8326fd)` = \"\"` | `StringPiece` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_variable_1_1_attrs_1ad319f0780ed16ffc06c0b37dde1d48c9)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Container](#structtensorflow_1_1ops_1_1_variable_1_1_attrs_1a03383bc7015aaa7a15753a1efd13f261)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/variable/attrs#structtensorflow_1_1ops_1_1_variable_1_1_attrs) If non-empty, this variable is placed in the given container. |\n| [SharedName](#structtensorflow_1_1ops_1_1_variable_1_1_attrs_1aa39e5eb0fe345d5dbf228ead0475f83b)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/variable/attrs#structtensorflow_1_1ops_1_1_variable_1_1_attrs) If non-empty, this variable is named in the given bucket with this shared_name. |\n\nPublic attributes\n-----------------\n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::Variable::Attrs::container_ = \"\"\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::Variable::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Variable::Attrs::Container(\n StringPiece x\n)\n``` \nIf non-empty, this variable 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::Variable::Attrs::SharedName(\n StringPiece x\n)\n``` \nIf non-empty, this variable is named in the given bucket with this shared_name.\n\nOtherwise, the node name is used instead.\n\nDefaults to \"\""]]