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