Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
przepływ tensorowy:: ops:: BatchMatMulV2:: Atrybuty
#include <math_ops.h>
Opcjonalne ustawiacze atrybutów dla BatchMatMulV2 .
Streszczenie
Funkcje publiczne |
---|
AdjX (bool x) | Jeśli True , połącz plasterki x . |
AdjY (bool x) | Jeśli True , połącz plasterki y . |
Atrybuty publiczne
przym_x_
bool tensorflow::ops::BatchMatMulV2::Attrs::adj_x_ = false
przym_y_
bool tensorflow::ops::BatchMatMulV2::Attrs::adj_y_ = false
Funkcje publiczne
Przym.X
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMulV2::Attrs::AdjX(
bool x
)
Jeśli True
, połącz plasterki x
.
Domyślnie ustawiona jest False
.
Domyślnie jest to fałsz
Przym.Y
TF_MUST_USE_RESULT Attrs tensorflow::ops::BatchMatMulV2::Attrs::AdjY(
bool x
)
Jeśli True
, połącz plasterki y
.
Domyślnie ustawiona jest False
.
Domyślnie jest to fałsz
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]