@Operator public final class EagerPyFunc extends PrimitiveOp implements Iterable<Operand<Object>>
semantics of the input, output, and attributes are the same as those for PyFunc.
operation| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Iterator<Operand<Object>> |
iterator() |
List<Output<?>> |
output() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static EagerPyFunc create(Scope scope, Iterable<Operand<?>> input, String token, List<Class<?>> Tout)
scope - current graph scopeinput - token - Tout - Copyright © 2015–2019. All rights reserved.