Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
przepływ tensorowy:: ops:: SparseTensorDenseMatMul:: Atrybuty
#include <sparse_ops.h>
Opcjonalne moduły ustawiające atrybuty dla SparseTensorDenseMatMul .
Streszczenie
Funkcje publiczne |
---|
AdjointA (bool x) | Użyj sprzężenia A w mnożeniu macierzy. |
AdjointB (bool x) | Użyj sprzężenia B w mnożeniu macierzy. |
Atrybuty publiczne
przylegający_a_
bool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_a_ = false
przylegający_b_
bool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_b_ = false
Funkcje publiczne
ŁączoneA
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseTensorDenseMatMul::Attrs::AdjointA(
bool x
)
Użyj sprzężenia A w mnożeniu macierzy.
Jeśli A jest złożone, jest to transpozycja (conj(A)). W przeciwnym razie jest to transpozycja (A).
Domyślnie jest to fałsz
Łączone B
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseTensorDenseMatMul::Attrs::AdjointB(
bool x
)
Użyj sprzężenia B w mnożeniu macierzy.
Jeśli B jest złożone, jest to transpozycja (conj(B)). W przeciwnym razie jest to transpozycja (B).
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-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[],[],null,["# tensorflow::ops::SparseTensorDenseMatMul::Attrs Struct Reference\n\ntensorflow::ops::SparseTensorDenseMatMul::Attrs\n===============================================\n\n`#include \u003csparse_ops.h\u003e`\n\nOptional attribute setters for [SparseTensorDenseMatMul](/versions/r2.2/api_docs/cc/class/tensorflow/ops/sparse-tensor-dense-mat-mul#classtensorflow_1_1ops_1_1_sparse_tensor_dense_mat_mul).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------------------------|--------|\n| [adjoint_a_](#structtensorflow_1_1ops_1_1_sparse_tensor_dense_mat_mul_1_1_attrs_1aba2e77bbaf2a86ba93f57ec7bc468e46)` = false` | `bool` |\n| [adjoint_b_](#structtensorflow_1_1ops_1_1_sparse_tensor_dense_mat_mul_1_1_attrs_1a9f87c8fcf81d584c6c4a76f3967a1a72)` = false` | `bool` |\n\n| ### Public functions ||\n|-----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AdjointA](#structtensorflow_1_1ops_1_1_sparse_tensor_dense_mat_mul_1_1_attrs_1a17b67c139195583cd837dd085a1fb0c1)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/sparse-tensor-dense-mat-mul/attrs#structtensorflow_1_1ops_1_1_sparse_tensor_dense_mat_mul_1_1_attrs) Use the adjoint of A in the matrix multiply. |\n| [AdjointB](#structtensorflow_1_1ops_1_1_sparse_tensor_dense_mat_mul_1_1_attrs_1a6bb6e41a87b69ca9ff57673c31f6034a)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/sparse-tensor-dense-mat-mul/attrs#structtensorflow_1_1ops_1_1_sparse_tensor_dense_mat_mul_1_1_attrs) Use the adjoint of B in the matrix multiply. |\n\nPublic attributes\n-----------------\n\n### adjoint_a_\n\n```scdoc\nbool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_a_ = false\n``` \n\n### adjoint_b_\n\n```scdoc\nbool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_b_ = false\n``` \n\nPublic functions\n----------------\n\n### AdjointA\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::SparseTensorDenseMatMul::Attrs::AdjointA(\n bool x\n)\n``` \nUse the adjoint of A in the matrix multiply.\n\nIf A is complex, this is transpose(conj(A)). Otherwise it's transpose(A).\n\nDefaults to false \n\n### AdjointB\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::SparseTensorDenseMatMul::Attrs::AdjointB(\n bool x\n)\n``` \nUse the adjoint of B in the matrix multiply.\n\nIf B is complex, this is transpose(conj(B)). Otherwise it's transpose(B).\n\nDefaults to false"]]