संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेंसरफ़्लो:: ऑप्स:: बैचमैटमूल:: Attrs
#include <math_ops.h>
BatchMatMul के लिए वैकल्पिक विशेषता सेटर।
सारांश
सार्वजनिक समारोह |
---|
AdjX (bool x) | यदि True , तो x के स्लाइस को जोड़ें। |
AdjY (bool x) | यदि True , तो y के स्लाइस जोड़ें। |
सार्वजनिक गुण
adj_x_
bool tensorflow::ops::BatchMatMul::Attrs::adj_x_ = false
adj_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
है।
डिफ़ॉल्ट से असत्य
AdjY
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMul::Attrs::AdjY(
bool x
)
यदि True
, तो y
के स्लाइस जोड़ें।
डिफ़ॉल्ट False
है।
डिफ़ॉल्ट से असत्य
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]