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