| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
MapUnstageNoKey |
Ops.mapUnstageNoKey(Operand<Integer> indices,
List<Class<?>> dtypes,
MapUnstageNoKey.Options... options)
Adds an
MapUnstageNoKey operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static MapUnstageNoKey.Options |
MapUnstageNoKey.capacity(Long capacity) |
MapUnstageNoKey.Options |
MapUnstageNoKey.Options.capacity(Long capacity) |
static MapUnstageNoKey.Options |
MapUnstageNoKey.container(String container) |
MapUnstageNoKey.Options |
MapUnstageNoKey.Options.container(String container) |
static MapUnstageNoKey.Options |
MapUnstageNoKey.memoryLimit(Long memoryLimit) |
MapUnstageNoKey.Options |
MapUnstageNoKey.Options.memoryLimit(Long memoryLimit) |
static MapUnstageNoKey.Options |
MapUnstageNoKey.sharedName(String sharedName) |
MapUnstageNoKey.Options |
MapUnstageNoKey.Options.sharedName(String sharedName) |
| Modifier and Type | Method and Description |
|---|---|
static MapUnstageNoKey |
MapUnstageNoKey.create(Scope scope,
Operand<Integer> indices,
List<Class<?>> dtypes,
MapUnstageNoKey.Options... options)
Factory method to create a class to wrap a new MapUnstageNoKey operation to the graph.
|
Copyright © 2015–2019. All rights reserved.