operation| Modifier and Type | Method and Description |
|---|---|
static ExperimentalFunctionBufferingResourceGetNext |
create(Scope scope,
Operand<?> functionBufferResource,
List<Class<?>> outputTypes)
Factory method to create a class to wrap a new ExperimentalFunctionBufferingResourceGetNext operation to the graph.
|
Iterator<Operand<Object>> |
iterator() |
List<Output<?>> |
output()
A list of return values.
|
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static ExperimentalFunctionBufferingResourceGetNext create(Scope scope, Operand<?> functionBufferResource, List<Class<?>> outputTypes)
scope - current graph scopefunctionBufferResource - The FunctionBufferingResource handle.outputTypes - The type list for the return values.Copyright © 2019. All rights reserved.