| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
MapPeek |
Ops.mapPeek(Operand<Long> key,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapPeek.Options... options)
Adds an
MapPeek operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static MapPeek.Options |
MapPeek.capacity(Long capacity) |
MapPeek.Options |
MapPeek.Options.capacity(Long capacity) |
static MapPeek.Options |
MapPeek.container(String container) |
MapPeek.Options |
MapPeek.Options.container(String container) |
static MapPeek.Options |
MapPeek.memoryLimit(Long memoryLimit) |
MapPeek.Options |
MapPeek.Options.memoryLimit(Long memoryLimit) |
static MapPeek.Options |
MapPeek.sharedName(String sharedName) |
MapPeek.Options |
MapPeek.Options.sharedName(String sharedName) |
| Modifier and Type | Method and Description |
|---|---|
static MapPeek |
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.
|
Copyright © 2015–2019. All rights reserved.