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