| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.linalg |
| Modifier and Type | Method and Description |
|---|---|
<T> Solve<T> |
LinalgOps.solve(Operand<T> matrix,
Operand<T> rhs,
Solve.Options... options)
Builds an
Solve operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> Solve<T> |
Solve.create(Scope scope,
Operand<T> matrix,
Operand<T> rhs,
Solve.Options... options)
Factory method to create a class wrapping a new Solve operation.
|
Copyright © 2015–2019. All rights reserved.