| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
EagerPyFunc |
Ops.eagerPyFunc(Iterable<Operand<?>> input,
String token,
List<Class<?>> Tout)
Adds an
EagerPyFunc operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static EagerPyFunc |
EagerPyFunc.create(Scope scope,
Iterable<Operand<?>> input,
String token,
List<Class<?>> Tout)
Factory method to create a class to wrap a new EagerPyFunc operation to the graph.
|
Copyright © 2015–2019. All rights reserved.