จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: ผลรวม
#include <math_ops.h>
คำนวณผลรวมขององค์ประกอบในมิติของเทนเซอร์
สรุป
ลด input
ตามขนาดที่กำหนดใน axis
ยกเว้นในกรณีที่ keep_dims
เป็นจริง อันดับของเมตริกซ์จะลดลง 1 สำหรับแต่ละรายการใน axis
หาก keep_dims
เป็นจริง มิติที่ลดลงจะถูกคงไว้โดยมีความยาว 1
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- อินพุต: เทนเซอร์เพื่อลด
- แกน: ขนาดที่จะลด ต้องอยู่ในช่วง
[-rank(input), rank(input))
แอ็ตทริบิวต์ทางเลือก (ดู Attrs
):
- keep_dims: หากเป็นจริง ให้คงขนาดที่ลดลงโดยมีความยาว 1
ผลตอบแทน:
นามแฝง:
คุณลักษณะสาธารณะ
งานสาธารณะ
โหนด
::tensorflow::Node * node() const
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const
ฟังก์ชันคงที่สาธารณะ
KeepDims
Attrs KeepDims(
bool x
)
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# tensorflow::ops::Sum Class Reference\n\ntensorflow::ops::Sum\n====================\n\n`#include \u003cmath_ops.h\u003e`\n\nComputes the sum of elements across dimensions of a tensor.\n\nSummary\n-------\n\nReduces `input` along the dimensions given in `axis`. Unless `keep_dims` is true, the rank of the tensor is reduced by 1 for each entry in `axis`. If `keep_dims` is true, the reduced dimensions are retained with length 1.\n\nArguments:\n\n- scope: A [Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- input: The tensor to reduce.\n- axis: The dimensions to reduce. Must be in the range `[-rank(input), rank(input))`.\n\n\u003cbr /\u003e\n\nOptional attributes (see [Attrs](/versions/r2.1/api_docs/cc/struct/tensorflow/ops/sum/attrs#structtensorflow_1_1ops_1_1_sum_1_1_attrs)):\n\n- keep_dims: If true, retain reduced dimensions with length 1.\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output): The reduced tensor.\n\n\u003cbr /\u003e\n\nAliases:\n\n- ReduceSum\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [Sum](#classtensorflow_1_1ops_1_1_sum_1a341324ed38971337938f58c4dd0266d5)`(const ::`[tensorflow::Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` input, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` axis)` ||\n| [Sum](#classtensorflow_1_1ops_1_1_sum_1a4eda74597ef4aa27ffc9e46faa44784a)`(const ::`[tensorflow::Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` input, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` axis, const `[Sum::Attrs](/versions/r2.1/api_docs/cc/struct/tensorflow/ops/sum/attrs#structtensorflow_1_1ops_1_1_sum_1_1_attrs)` & attrs)` ||\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_sum_1a8c15531c7f77d5644e4fc462aa71b50d) | [Operation](/versions/r2.1/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [output](#classtensorflow_1_1ops_1_1_sum_1aadcd98e136a98408ff471057a1470e21) | `::`[tensorflow::Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------|------------------------|\n| [node](#classtensorflow_1_1ops_1_1_sum_1a1f8bb7a4a82b5cdab23f43564703dc08)`() const ` | `::tensorflow::Node *` |\n| [operator::tensorflow::Input](#classtensorflow_1_1ops_1_1_sum_1af520ee8ec9e5caf488ebb719a26a91e8)`() const ` | ` ` ` ` |\n| [operator::tensorflow::Output](#classtensorflow_1_1ops_1_1_sum_1a85412c1763adffff3c4f0d0fe7a8e433)`() const ` | ` ` ` ` |\n\n| ### Public static functions ||\n|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|\n| [KeepDims](#classtensorflow_1_1ops_1_1_sum_1a3ed061476e46b79f5e6ec8bdd28dd3e0)`(bool x)` | [Attrs](/versions/r2.1/api_docs/cc/struct/tensorflow/ops/sum/attrs#structtensorflow_1_1ops_1_1_sum_1_1_attrs) |\n\n| ### Structs ||\n|-------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|\n| [tensorflow::ops::Sum::Attrs](/versions/r2.1/api_docs/cc/struct/tensorflow/ops/sum/attrs) | Optional attribute setters for [Sum](/versions/r2.1/api_docs/cc/class/tensorflow/ops/sum#classtensorflow_1_1ops_1_1_sum). |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### output\n\n```text\n::tensorflow::Output output\n``` \n\nPublic functions\n----------------\n\n### Sum\n\n```gdscript\n Sum(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input input,\n ::tensorflow::Input axis\n)\n``` \n\n### Sum\n\n```gdscript\n Sum(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input input,\n ::tensorflow::Input axis,\n const Sum::Attrs & attrs\n)\n``` \n\n### node\n\n```gdscript\n::tensorflow::Node * node() const \n``` \n\n### operator::tensorflow::Input\n\n```gdscript\n operator::tensorflow::Input() const \n``` \n\n### operator::tensorflow::Output\n\n```gdscript\n operator::tensorflow::Output() const \n``` \n\nPublic static functions\n-----------------------\n\n### KeepDims\n\n```text\nAttrs KeepDims(\n bool x\n)\n```"]]