#include <sparse_ops.h>
Optional attribute setters for SparseTensorDenseMatMul.
Public attributes | |
---|---|
adjoint_a_ = false | bool |
adjoint_b_ = false | bool |
Public functions | |
---|---|
AdjointA(bool x) | TF_MUST_USE_RESULT Attrs Use the adjoint of A in the matrix multiply. |
AdjointB(bool x) | TF_MUST_USE_RESULT Attrs Use the adjoint of B in the matrix multiply. |
bool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_a_ = false
bool tensorflow::ops::SparseTensorDenseMatMul::Attrs::adjoint_b_ = false
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
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
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/sparse-tensor-dense-mat-mul/attrs.html