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