| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.linalg |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
LinalgOps.batchMatrixSolve(Operand<T> matrix,
Operand<T> rhs,
BatchMatrixSolve.Options... options)
Builds an
BatchMatrixSolve operation |
| 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 wrapping a new BatchMatrixSolve operation.
|
Copyright © 2015–2019. All rights reserved.