| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> MatrixSolveLs<T> |
Ops.matrixSolveLs(Operand<T> matrix,
Operand<T> rhs,
Operand<Double> l2Regularizer,
MatrixSolveLs.Options... options)
Adds an
MatrixSolveLs operation to the graph |
| 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 to wrap a new MatrixSolveLs operation to the graph.
|
Copyright © 2015–2019. All rights reserved.