จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: BatchMatMul:: คุณสมบัติ
#include <math_ops.h>
ตัวตั้งค่าคุณลักษณะเสริมสำหรับ BatchMatMul
สรุป
งานสาธารณะ |
---|
AdjX (bool x) | ถ้าเป็น True ให้ติดส่วนของ x |
AdjY (bool x) | ถ้าเป็น True ให้ติดส่วนของ y |
คุณลักษณะสาธารณะ
คำวิเศษณ์_x_
bool tensorflow::ops::BatchMatMul::Attrs::adj_x_ = false
ปรับ_y_
bool tensorflow::ops::BatchMatMul::Attrs::adj_y_ = false
งานสาธารณะ
AdjX
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMul::Attrs::AdjX(
bool x
)
ถ้าเป็น True
ให้ติดส่วนของ x
ค่าเริ่มต้นเป็น False
ค่าเริ่มต้นเป็นเท็จ
ปรับป
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMul::Attrs::AdjY(
bool x
)
ถ้าเป็น True
ให้ติดส่วนของ y
ค่าเริ่มต้นเป็น False
ค่าเริ่มต้นเป็นเท็จ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# tensorflow::ops::BatchMatMul::Attrs Struct Reference\n\ntensorflow::ops::BatchMatMul::Attrs\n===================================\n\n`#include \u003cmath_ops.h\u003e`\n\nOptional attribute setters for [BatchMatMul](/versions/r1.15/api_docs/cc/class/tensorflow/ops/batch-mat-mul#classtensorflow_1_1ops_1_1_batch_mat_mul).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------|--------|\n| [adj_x_](#structtensorflow_1_1ops_1_1_batch_mat_mul_1_1_attrs_1a9310486cea22bb460240154e047002c9)` = false` | `bool` |\n| [adj_y_](#structtensorflow_1_1ops_1_1_batch_mat_mul_1_1_attrs_1a4db729e315f06f82a72e868974fe36d1)` = false` | `bool` |\n\n| ### Public functions ||\n|-----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AdjX](#structtensorflow_1_1ops_1_1_batch_mat_mul_1_1_attrs_1a9162c02bdc41177caa82f4bbbefc10b0)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/batch-mat-mul/attrs#structtensorflow_1_1ops_1_1_batch_mat_mul_1_1_attrs) If `True`, adjoint the slices of `x`. |\n| [AdjY](#structtensorflow_1_1ops_1_1_batch_mat_mul_1_1_attrs_1afe58828ba6c959fe2e55699b88fbc6a0)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/batch-mat-mul/attrs#structtensorflow_1_1ops_1_1_batch_mat_mul_1_1_attrs) If `True`, adjoint the slices of `y`. |\n\nPublic attributes\n-----------------\n\n### adj_x_\n\n```scdoc\nbool tensorflow::ops::BatchMatMul::Attrs::adj_x_ = false\n``` \n\n### adj_y_\n\n```scdoc\nbool tensorflow::ops::BatchMatMul::Attrs::adj_y_ = false\n``` \n\nPublic functions\n----------------\n\n### AdjX\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMul::Attrs::AdjX(\n bool x\n)\n``` \nIf `True`, adjoint the slices of `x`.\n\nDefaults to `False`.\n\nDefaults to false \n\n### AdjY\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMul::Attrs::AdjY(\n bool x\n)\n``` \nIf `True`, adjoint the slices of `y`.\n\nDefaults to `False`.\n\nDefaults to false"]]