컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
텐서플로우:: 작전:: 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
공공 기능
조정X
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
입니다.
기본값은 거짓
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(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/r2.2/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/r2.2/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/r2.2/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"]]