| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.MatrixSolve.Attrs |
tensorflow.MatrixSolve.Attrs.adjoint_(boolean adjoint_) |
static tensorflow.MatrixSolve.Attrs |
tensorflow.MatrixSolve.Adjoint(boolean x) |
tensorflow.MatrixSolve.Attrs |
tensorflow.MatrixSolve.Attrs.Adjoint(boolean x)
Boolean indicating whether to solve with
matrix or its (block-wise)
adjoint. |
tensorflow.MatrixSolve.Attrs |
tensorflow.MatrixSolve.Attrs.position(long position) |
| Constructor and Description |
|---|
MatrixSolve(tensorflow.Scope scope,
tensorflow.Input matrix,
tensorflow.Input rhs,
tensorflow.MatrixSolve.Attrs attrs) |
Copyright © 2019. All rights reserved.