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