#include <math_ops.h>
Optional attribute setters for SparseMatMul.
Public attributes | |
---|---|
a_is_sparse_ = false | bool |
b_is_sparse_ = false | bool |
transpose_a_ = false | bool |
transpose_b_ = false | bool |
Public functions | |
---|---|
AIsSparse(bool x) | TF_MUST_USE_RESULT Attrs Defaults to false. |
BIsSparse(bool x) | TF_MUST_USE_RESULT Attrs Defaults to false. |
TransposeA(bool x) | TF_MUST_USE_RESULT Attrs Defaults to false. |
TransposeB(bool x) | TF_MUST_USE_RESULT Attrs Defaults to false. |
bool tensorflow::ops::SparseMatMul::Attrs::a_is_sparse_ = false
bool tensorflow::ops::SparseMatMul::Attrs::b_is_sparse_ = false
bool tensorflow::ops::SparseMatMul::Attrs::transpose_a_ = false
bool tensorflow::ops::SparseMatMul::Attrs::transpose_b_ = false
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseMatMul::Attrs::AIsSparse( bool x )
Defaults to false.
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseMatMul::Attrs::BIsSparse( bool x )
Defaults to false.
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseMatMul::Attrs::TransposeA( bool x )
Defaults to false.
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseMatMul::Attrs::TransposeB( bool x )
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-mat-mul/attrs.html