| Modifier and Type | Class and Description |
|---|---|
static class |
MapPeek.Options
Optional attributes for
MapPeek |
operation| Modifier and Type | Method and Description |
|---|---|
static MapPeek.Options |
capacity(Long capacity) |
static MapPeek.Options |
container(String container) |
static MapPeek |
create(Scope scope,
Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapPeek.Options... options)
Factory method to create a class to wrap a new MapPeek operation to the graph.
|
Iterator<Operand<Object>> |
iterator() |
static MapPeek.Options |
memoryLimit(Long memoryLimit) |
static MapPeek.Options |
sharedName(String sharedName) |
List<Output<?>> |
values() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static MapPeek create(Scope scope, Operand<Long> key, Operand<Integer> indices, List<Class<?>> dtypes, MapPeek.Options... options)
scope - current graph scopekey - indices - dtypes - options - carries optional attributes valuespublic static MapPeek.Options capacity(Long capacity)
capacity - public static MapPeek.Options memoryLimit(Long memoryLimit)
memoryLimit - public static MapPeek.Options container(String container)
container - public static MapPeek.Options sharedName(String sharedName)
sharedName - Copyright © 2015–2019. All rights reserved.