Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
flux tensoriel : : opérations : : TakeManySparseFromTensorsMap :: Attributs
#include <sparse_ops.h>
Setters d'attributs facultatifs pour TakeManySparseFromTensorsMap .
Résumé
Fonctions publiques |
---|
Container (StringPiece x) | Le nom du conteneur pour le SparseTensorsMap lu par cette opération. |
SharedName (StringPiece x) | Le nom partagé du SparseTensorsMap lu par cette opération. |
Attributs publics
récipient_
StringPiece tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::container_ = ""
nom_partagé_
StringPiece tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::shared_name_ = ""
Fonctions publiques
Récipient
TF_MUST_USE_RESULT Attrs tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::Container(
StringPiece x
)
Le nom du conteneur pour le SparseTensorsMap
lu par cette opération.
La valeur par défaut est ""
NomPartagé
TF_MUST_USE_RESULT Attrs tensorflow::ops::TakeManySparseFromTensorsMap::Attrs::SharedName(
StringPiece x
)
Le nom partagé du SparseTensorsMap
lu par cette opération.
Il ne doit pas être vide ; il convient plutôt d'utiliser le shared_name
ou le nom d'opération unique de l'opération qui a créé le SparseTensorsMap
d'origine.
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/25 (UTC).
[null,null,["Dernière mise à jour le 2025/07/25 (UTC)."],[],[],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.1/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.1/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.1/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.1/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 \"\""]]