@Operator public final class Unstage extends PrimitiveOp implements Iterable<Operand<Object>>
The basic functionality is similar to dequeue with many fewer capabilities and options. This Op is optimized for performance.
| Modifier and Type | Class and Description |
|---|---|
static class |
Unstage.Options
Optional attributes for
Unstage |
operation| Modifier and Type | Method and Description |
|---|---|
static Unstage.Options |
capacity(Long capacity) |
static Unstage.Options |
container(String container) |
static Unstage |
create(Scope scope,
List<Class<?>> dtypes,
Unstage.Options... options)
Factory method to create a class to wrap a new Unstage operation to the graph.
|
Iterator<Operand<Object>> |
iterator() |
static Unstage.Options |
memoryLimit(Long memoryLimit) |
static Unstage.Options |
sharedName(String sharedName) |
List<Output<?>> |
values() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static Unstage create(Scope scope, List<Class<?>> dtypes, Unstage.Options... options)
scope - current graph scopedtypes - options - carries optional attributes valuespublic static Unstage.Options capacity(Long capacity)
capacity - public static Unstage.Options memoryLimit(Long memoryLimit)
memoryLimit - public static Unstage.Options container(String container)
container - public static Unstage.Options sharedName(String sharedName)
sharedName - Copyright © 2015–2019. All rights reserved.