| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> BatchMatMulV2<T> |
Ops.batchMatMulV2(Operand<T> x,
Operand<T> y,
BatchMatMulV2.Options... options)
Builds an
BatchMatMulV2 operation |
| Modifier and Type | Method and Description |
|---|---|
static BatchMatMulV2.Options |
BatchMatMulV2.adjX(Boolean adjX) |
BatchMatMulV2.Options |
BatchMatMulV2.Options.adjX(Boolean adjX) |
static BatchMatMulV2.Options |
BatchMatMulV2.adjY(Boolean adjY) |
BatchMatMulV2.Options |
BatchMatMulV2.Options.adjY(Boolean adjY) |
| Modifier and Type | Method and Description |
|---|---|
static <T> BatchMatMulV2<T> |
BatchMatMulV2.create(Scope scope,
Operand<T> x,
Operand<T> y,
BatchMatMulV2.Options... options)
Factory method to create a class wrapping a new BatchMatMulV2 operation.
|
Copyright © 2015–2019. All rights reserved.