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