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