| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> MatrixInverse<T> |
Ops.matrixInverse(Operand<T> input,
MatrixInverse.Options... options)
Adds an
MatrixInverse operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static MatrixInverse.Options |
MatrixInverse.adjoint(Boolean adjoint) |
MatrixInverse.Options |
MatrixInverse.Options.adjoint(Boolean adjoint) |
| Modifier and Type | Method and Description |
|---|---|
static <T> MatrixInverse<T> |
MatrixInverse.create(Scope scope,
Operand<T> input,
MatrixInverse.Options... options)
Factory method to create a class to wrap a new MatrixInverse operation to the graph.
|
Copyright © 2015–2019. All rights reserved.