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