| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.linalg |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
LinalgOps.choleskyGrad(Operand<T> l,
Operand<T> grad)
Builds an
CholeskyGrad operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
CholeskyGrad.create(Scope scope,
Operand<T> l,
Operand<T> grad)
Factory method to create a class wrapping a new CholeskyGrad operation.
|
Copyright © 2015–2019. All rights reserved.