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