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