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