จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: เบาบางลดผลรวม:: คุณสมบัติ
#include <sparse_ops.h>
ตัวตั้งค่าแอ็ตทริบิวต์ทางเลือกสำหรับ SparseReduceSum
สรุป
งานสาธารณะ |
---|
KeepDims (bool x) | หากเป็นจริง ให้คงมิติที่ลดลงโดยมีความยาว 1 |
คุณลักษณะสาธารณะ
เก็บ_dims_
bool tensorflow::ops::SparseReduceSum::Attrs::keep_dims_ = false
งานสาธารณะ
KeepDims
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseReduceSum::Attrs::KeepDims(
bool x
)
หากเป็นจริง ให้คงมิติที่ลดลงโดยมีความยาว 1
ค่าเริ่มต้นเป็นเท็จ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[],[],null,["# tensorflow::ops::SparseReduceSum::Attrs Struct Reference\n\ntensorflow::ops::SparseReduceSum::Attrs\n=======================================\n\n`#include \u003csparse_ops.h\u003e`\n\nOptional attribute setters for [SparseReduceSum](/versions/r2.3/api_docs/cc/class/tensorflow/ops/sparse-reduce-sum#classtensorflow_1_1ops_1_1_sparse_reduce_sum).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------|--------|\n| [keep_dims_](#structtensorflow_1_1ops_1_1_sparse_reduce_sum_1_1_attrs_1a7cb8f56a73bd489d4130ad5eb001322a)` = false` | `bool` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [KeepDims](#structtensorflow_1_1ops_1_1_sparse_reduce_sum_1_1_attrs_1a25ba2b36df7fb24e5834123f21940354)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/sparse-reduce-sum/attrs#structtensorflow_1_1ops_1_1_sparse_reduce_sum_1_1_attrs) If true, retain reduced dimensions with length 1. |\n\nPublic attributes\n-----------------\n\n### keep_dims_\n\n```scdoc\nbool tensorflow::ops::SparseReduceSum::Attrs::keep_dims_ = false\n``` \n\nPublic functions\n----------------\n\n### KeepDims\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::SparseReduceSum::Attrs::KeepDims(\n bool x\n)\n``` \nIf true, retain reduced dimensions with length 1.\n\nDefaults to false"]]