@Operator public final class OrderedMapUnstageNoKey extends PrimitiveOp
key from the underlying container. If the underlying container does not contain elements, the op will block until it does.
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderedMapUnstageNoKey.Options
Optional attributes for
OrderedMapUnstageNoKey |
operation| Modifier and Type | Method and Description |
|---|---|
static OrderedMapUnstageNoKey.Options |
capacity(Long capacity) |
static OrderedMapUnstageNoKey.Options |
container(String container) |
static OrderedMapUnstageNoKey |
create(Scope scope,
Operand<Integer> indices,
List<Class<?>> dtypes,
OrderedMapUnstageNoKey.Options... options)
Factory method to create a class to wrap a new OrderedMapUnstageNoKey operation to the graph.
|
Output<Long> |
key() |
static OrderedMapUnstageNoKey.Options |
memoryLimit(Long memoryLimit) |
static OrderedMapUnstageNoKey.Options |
sharedName(String sharedName) |
List<Output<?>> |
values() |
equals, hashCode, toStringpublic static OrderedMapUnstageNoKey create(Scope scope, Operand<Integer> indices, List<Class<?>> dtypes, OrderedMapUnstageNoKey.Options... options)
scope - current graph scopeindices - dtypes - options - carries optional attributes valuespublic static OrderedMapUnstageNoKey.Options capacity(Long capacity)
capacity - public static OrderedMapUnstageNoKey.Options memoryLimit(Long memoryLimit)
memoryLimit - public static OrderedMapUnstageNoKey.Options container(String container)
container - public static OrderedMapUnstageNoKey.Options sharedName(String sharedName)
sharedName - Copyright © 2015–2019. All rights reserved.