| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> MatrixTriangularSolve<T> |
Ops.matrixTriangularSolve(Operand<T> matrix,
Operand<T> rhs,
MatrixTriangularSolve.Options... options)
Adds an
MatrixTriangularSolve operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static MatrixTriangularSolve.Options |
MatrixTriangularSolve.adjoint(Boolean adjoint) |
MatrixTriangularSolve.Options |
MatrixTriangularSolve.Options.adjoint(Boolean adjoint) |
static MatrixTriangularSolve.Options |
MatrixTriangularSolve.lower(Boolean lower) |
MatrixTriangularSolve.Options |
MatrixTriangularSolve.Options.lower(Boolean lower) |
| Modifier and Type | Method and Description |
|---|---|
static <T> MatrixTriangularSolve<T> |
MatrixTriangularSolve.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
MatrixTriangularSolve.Options... options)
Factory method to create a class to wrap a new MatrixTriangularSolve operation to the graph.
|
Copyright © 2015–2019. All rights reserved.