Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
dòng chảy căng:: ôi:: AddSparseToTensorsMap:: Attr
#include <sparse_ops.h>
Trình thiết lập thuộc tính tùy chọn cho AddSparseToTensorsMap .
Bản tóm tắt
Chức năng công cộng |
---|
Container (StringPiece x) | Tên vùng chứa cho SparseTensorsMap được tạo bởi op này. |
SharedName (StringPiece x) | Tên dùng chung cho SparseTensorsMap được tạo bởi op này. |
Thuộc tính công khai
vùng chứa_
StringPiece tensorflow::ops::AddSparseToTensorsMap::Attrs::container_ = ""
tên_chia_sẻ_
StringPiece tensorflow::ops::AddSparseToTensorsMap::Attrs::shared_name_ = ""
Chức năng công cộng
thùng chứa
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddSparseToTensorsMap::Attrs::Container(
StringPiece x
)
Tên vùng chứa cho SparseTensorsMap
được tạo bởi op này.
Mặc định là ""
Tên chia sẻ
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddSparseToTensorsMap::Attrs::SharedName(
StringPiece x
)
Tên dùng chung cho SparseTensorsMap
được tạo bởi op này.
Nếu để trống, tên duy nhất của Operation mới sẽ được sử dụng.
Mặc định là ""
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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.1/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.1/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.1/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.1/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation)'s unique name is used.\n\nDefaults to \"\""]]