Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::SparseTensorDenseMatMul::Attrs
#include <sparse_ops.h>
Optional attribute setters for SparseTensorDenseMatMul.
Summary
Public functions
|
AdjointA(bool x)
|
Use the adjoint of A in the matrix multiply.
|
AdjointB(bool x)
|
Use the adjoint of B in the matrix multiply.
|
Public attributes
adjoint_a_
bool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_a_ = false
adjoint_b_
bool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_b_ = false
Public functions
AdjointA
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseTensorDenseMatMul::Attrs::AdjointA(
bool x
)
Use the adjoint of A in the matrix multiply.
If A is complex, this is transpose(conj(A)). Otherwise it's transpose(A).
Defaults to false
AdjointB
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseTensorDenseMatMul::Attrs::AdjointB(
bool x
)
Use the adjoint of B in the matrix multiply.
If B is complex, this is transpose(conj(B)). Otherwise it's transpose(B).
Defaults to false
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-11-15 UTC.
[null,null,["Last updated 2021-11-15 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](/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](/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](/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"]]