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