컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
텐서플로우:: 작전:: AddManySparseToTensorsMap:: 속성
#include <sparse_ops.h>
AddManySparseToTensorsMap 에 대한 선택적 속성 설정자입니다.
요약
공공 기능 |
---|
Container (StringPiece x) | 이 작업으로 생성된 SparseTensorsMap 의 컨테이너 이름입니다. |
SharedName (StringPiece x) | 이 작업으로 생성된 SparseTensorsMap 의 공유 이름입니다. |
공개 속성
컨테이너_
StringPiece tensorflow::ops::AddManySparseToTensorsMap::Attrs::container_ = ""
공유_이름_
StringPiece tensorflow::ops::AddManySparseToTensorsMap::Attrs::shared_name_ = ""
공공 기능
컨테이너
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddManySparseToTensorsMap::Attrs::Container(
StringPiece x
)
이 작업으로 생성된 SparseTensorsMap
의 컨테이너 이름입니다.
기본값은 ""입니다.
공유 이름
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddManySparseToTensorsMap::Attrs::SharedName(
StringPiece x
)
이 작업으로 생성된 SparseTensorsMap
의 공유 이름입니다.
비어 있으면 새 작업 의 고유 이름이 사용됩니다.
기본값은 ""입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],[],null,["# tensorflow::ops::AddManySparseToTensorsMap::Attrs Struct Reference\n\ntensorflow::ops::AddManySparseToTensorsMap::Attrs\n=================================================\n\n`#include \u003csparse_ops.h\u003e`\n\nOptional attribute setters for [AddManySparseToTensorsMap](/versions/r1.15/api_docs/cc/class/tensorflow/ops/add-many-sparse-to-tensors-map#classtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------------------|---------------|\n| [container_](#structtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map_1_1_attrs_1a1db452d24648302257eb4e168c265232)` = \"\"` | `StringPiece` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map_1_1_attrs_1aa3a3f8bbb3418142bb90c79e1bc2e6f9)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|-----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Container](#structtensorflow_1_1ops_1_1_add_many_sparse_to_tensors_map_1_1_attrs_1aa4cb763da8fe385ed1862d8bf7b739f9)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/add-many-sparse-to-tensors-map/attrs#structtensorflow_1_1ops_1_1_add_many_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_many_sparse_to_tensors_map_1_1_attrs_1a2636bda4fd19e24e4df76df0d1e01aa3)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/add-many-sparse-to-tensors-map/attrs#structtensorflow_1_1ops_1_1_add_many_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::AddManySparseToTensorsMap::Attrs::container_ = \"\"\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::AddManySparseToTensorsMap::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::AddManySparseToTensorsMap::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::AddManySparseToTensorsMap::Attrs::SharedName(\n StringPiece x\n)\n``` \nThe shared name for the `SparseTensorsMap` created by this op.\n\nIf blank, the new [Operation](/versions/r1.15/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation)'s unique name is used.\n\nDefaults to \"\""]]