Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
tensoreflusso:: ops:: AggiungiSparseToTensorsMap:: Attr
#include <sparse_ops.h>
Setter di attributi facoltativi per AddSparseToTensorsMap .
Riepilogo
Funzioni pubbliche |
---|
Container (StringPiece x) | Il nome del contenitore per SparseTensorsMap creato da questa operazione. |
SharedName (StringPiece x) | Il nome condiviso per la SparseTensorsMap creata da questa operazione. |
Attributi pubblici
contenitore_
StringPiece tensorflow::ops::AddSparseToTensorsMap::Attrs::container_ = ""
nome_condiviso_
StringPiece tensorflow::ops::AddSparseToTensorsMap::Attrs::shared_name_ = ""
Funzioni pubbliche
Contenitore
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddSparseToTensorsMap::Attrs::Container(
StringPiece x
)
Il nome del contenitore per SparseTensorsMap
creato da questa operazione.
Il valore predefinito è ""
Nome condiviso
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddSparseToTensorsMap::Attrs::SharedName(
StringPiece x
)
Il nome condiviso per la SparseTensorsMap
creata da questa operazione.
Se vuoto, viene utilizzato il nome univoco della nuova operazione .
Il valore predefinito è ""
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[],[],null,["# tensorflow::ops::AddSparseToTensorsMap::Attrs Struct Reference\n\ntensorflow::ops::AddSparseToTensorsMap::Attrs\n=============================================\n\n`#include \u003csparse_ops.h\u003e`\n\nOptional attribute setters for [AddSparseToTensorsMap](/versions/r2.3/api_docs/cc/class/tensorflow/ops/add-sparse-to-tensors-map#classtensorflow_1_1ops_1_1_add_sparse_to_tensors_map).\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------------------|---------------|\n| [container_](#structtensorflow_1_1ops_1_1_add_sparse_to_tensors_map_1_1_attrs_1acc3504200d7324fb459f65fb158e1071)` = \"\"` | `StringPiece` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_add_sparse_to_tensors_map_1_1_attrs_1ad226ce1b902d797d91066b7e729ab5be)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Container](#structtensorflow_1_1ops_1_1_add_sparse_to_tensors_map_1_1_attrs_1a6f199ca8eef007518e06b7e4ee2d2a8a)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/add-sparse-to-tensors-map/attrs#structtensorflow_1_1ops_1_1_add_sparse_to_tensors_map_1_1_attrs) The container name for the `SparseTensorsMap` created by this op. |\n| [SharedName](#structtensorflow_1_1ops_1_1_add_sparse_to_tensors_map_1_1_attrs_1a37694d0089598479b9b717bf8166883c)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/add-sparse-to-tensors-map/attrs#structtensorflow_1_1ops_1_1_add_sparse_to_tensors_map_1_1_attrs) The shared name for the `SparseTensorsMap` created by this op. |\n\nPublic attributes\n-----------------\n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::AddSparseToTensorsMap::Attrs::container_ = \"\"\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::AddSparseToTensorsMap::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::AddSparseToTensorsMap::Attrs::Container(\n StringPiece x\n)\n``` \nThe container name for the `SparseTensorsMap` created by this op.\n\nDefaults to \"\" \n\n### SharedName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::AddSparseToTensorsMap::Attrs::SharedName(\n StringPiece x\n)\n``` \nThe shared name for the `SparseTensorsMap` created by this op.\n\nIf blank, the new [Operation](/versions/r2.3/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation)'s unique name is used.\n\nDefaults to \"\""]]