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