| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.SparseTensorDenseMatMul.Attrs |
tensorflow.SparseTensorDenseMatMul.Attrs.adjoint_a_(boolean adjoint_a_) |
tensorflow.SparseTensorDenseMatMul.Attrs |
tensorflow.SparseTensorDenseMatMul.Attrs.adjoint_b_(boolean adjoint_b_) |
static tensorflow.SparseTensorDenseMatMul.Attrs |
tensorflow.SparseTensorDenseMatMul.AdjointA(boolean x) |
tensorflow.SparseTensorDenseMatMul.Attrs |
tensorflow.SparseTensorDenseMatMul.Attrs.AdjointA(boolean x)
Use the adjoint of A in the matrix multiply.
|
static tensorflow.SparseTensorDenseMatMul.Attrs |
tensorflow.SparseTensorDenseMatMul.AdjointB(boolean x) |
tensorflow.SparseTensorDenseMatMul.Attrs |
tensorflow.SparseTensorDenseMatMul.Attrs.AdjointB(boolean x)
Use the adjoint of B in the matrix multiply.
|
tensorflow.SparseTensorDenseMatMul.Attrs |
tensorflow.SparseTensorDenseMatMul.Attrs.position(long position) |
| Constructor and Description |
|---|
SparseTensorDenseMatMul(tensorflow.Scope scope,
tensorflow.Input a_indices,
tensorflow.Input a_values,
tensorflow.Input a_shape,
tensorflow.Input b,
tensorflow.SparseTensorDenseMatMul.Attrs attrs) |
Copyright © 2019. All rights reserved.