tensorflow::ops::SparseTensorDenseMatMul::Attrs

tensorflow::ops::SparseTensorDenseMatMul::Attrs

#include <sparse_ops.h>

Optional attribute setters for SparseTensorDenseMatMul.

Summary

Public attributes
adjoint_a_ = false
bool
adjoint_b_ = false
bool
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

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

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

© 2017 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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部