Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
flux tensoriel : : opérations : : SparseTensorDenseMatMul :: Attributs
#include <sparse_ops.h>
Setters d'attributs facultatifs pour SparseTensorDenseMatMul .
Résumé
Fonctions publiques |
---|
AdjointA (bool x) | Utilisez l'adjoint de A dans la multiplication matricielle. |
AdjointB (bool x) | Utilisez l'adjoint de B dans la multiplication matricielle. |
Attributs publics
adjoint_a_
bool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_a_ = false
adjoint_b_
bool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_b_ = false
Fonctions publiques
AdjointA
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseTensorDenseMatMul::Attrs::AdjointA(
bool x
)
Utilisez l'adjoint de A dans la multiplication matricielle.
Si A est complexe, c'est transpose(conj(A)). Sinon, c'est transposer (A).
La valeur par défaut est false
AdjointB
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseTensorDenseMatMul::Attrs::AdjointB(
bool x
)
Utilisez l'adjoint de B dans la multiplication matricielle.
Si B est complexe, c'est transpose(conj(B)). Sinon, c'est transposer (B).
La valeur par défaut est false
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 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"]]