সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
টেনসরফ্লো :: অপস:: BatchMatMulV2 :: Attrs
#include <math_ops.h>
BatchMatMulV2 এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার।
সারাংশ
পাবলিক ফাংশন |
---|
AdjX (bool x) | True হলে, x এর স্লাইসগুলিকে সংযুক্ত করুন। |
AdjY (bool x) | True হলে, y এর স্লাইসগুলিকে সংযুক্ত করুন। |
পাবলিক বৈশিষ্ট্য
adj_x_
bool tensorflow::ops::BatchMatMulV2::Attrs::adj_x_ = false
adj_y_
bool tensorflow::ops::BatchMatMulV2::Attrs::adj_y_ = false
পাবলিক ফাংশন
AdjX
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMulV2::Attrs::AdjX(
bool x
)
True
হলে, x
এর স্লাইসগুলিকে সংযুক্ত করুন।
ডিফল্ট থেকে False
.
ডিফল্ট থেকে মিথ্যা
AdjY
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMulV2::Attrs::AdjY(
bool x
)
True
হলে, y
এর স্লাইসগুলিকে সংযুক্ত করুন।
ডিফল্ট থেকে False
.
ডিফল্ট থেকে মিথ্যা
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# tensorflow::ops::BatchMatMulV2::Attrs Struct Reference\n\ntensorflow::ops::BatchMatMulV2::Attrs\n=====================================\n\n`#include \u003cmath_ops.h\u003e`\n\nOptional attribute setters for [BatchMatMulV2](/versions/r1.15/api_docs/cc/class/tensorflow/ops/batch-mat-mul-v2#classtensorflow_1_1ops_1_1_batch_mat_mul_v2).\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------|--------|\n| [adj_x_](#structtensorflow_1_1ops_1_1_batch_mat_mul_v2_1_1_attrs_1ac734ead138518d8993f0750ed9f68203)` = false` | `bool` |\n| [adj_y_](#structtensorflow_1_1ops_1_1_batch_mat_mul_v2_1_1_attrs_1aa8e6d945482a74d5747e5baea4d6ce3f)` = false` | `bool` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AdjX](#structtensorflow_1_1ops_1_1_batch_mat_mul_v2_1_1_attrs_1ad339cf39d01f492788136c3027ccdfe5)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/batch-mat-mul-v2/attrs#structtensorflow_1_1ops_1_1_batch_mat_mul_v2_1_1_attrs) If `True`, adjoint the slices of `x`. |\n| [AdjY](#structtensorflow_1_1ops_1_1_batch_mat_mul_v2_1_1_attrs_1a8266000f65314a036959d0ab397256b1)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/batch-mat-mul-v2/attrs#structtensorflow_1_1ops_1_1_batch_mat_mul_v2_1_1_attrs) If `True`, adjoint the slices of `y`. |\n\nPublic attributes\n-----------------\n\n### adj_x_\n\n```scdoc\nbool tensorflow::ops::BatchMatMulV2::Attrs::adj_x_ = false\n``` \n\n### adj_y_\n\n```scdoc\nbool tensorflow::ops::BatchMatMulV2::Attrs::adj_y_ = false\n``` \n\nPublic functions\n----------------\n\n### AdjX\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMulV2::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::BatchMatMulV2::Attrs::AdjY(\n bool x\n)\n``` \nIf `True`, adjoint the slices of `y`.\n\nDefaults to `False`.\n\nDefaults to false"]]