| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> Einsum<T> |
Ops.einsum(Iterable<Operand<T>> inputs,
String equation)
Builds an
Einsum operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> Einsum<T> |
Einsum.create(Scope scope,
Iterable<Operand<T>> inputs,
String equation)
Factory method to create a class wrapping a new Einsum operation.
|
Copyright © 2015–2019. All rights reserved.